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.
Hi Graham!
You are right, it should not be in the search results. Thank you.
Best regards, Ivan.