3D FlipBook - Hi, Please can you update post.php to make the flip books themselves not appear in searches using ‘exclude_from_search’.

G***B@cecn.net
2019-08-08
2019-08-08

Hi,

Please can you update post.php to make the flip books themselves not appear in searches using ‘exclude_from_search’.

e.g.

function register_post_type() { egister_post_type(POST_ID, array( ‘public’=> true, ‘label’=> __(‘3D FlipBook’), ‘menu_icon’=> ‘dashicons-book-alt’, ‘exclude_from_search’ => true, ‘supports’=> array( ‘title’ ) )); }

Thanks.

Replies

a***r@3dflipbook.net
2019-08-08
2019-08-08

Hi Graham!

You are right, it should not be in the search results. Thank you.

Best regards, Ivan.

Log In to leave a comment