Exclude post type from live search box

Posted in: Newspaper
Post count: 4

Hi,

I use the Easy Digital Downloads plugin. I have added the following code snippet to my site to exclude the downloads post type from search:

function pw_edd_hide_from_search( $args ) {
$args['exclude_from_search'] = true;
return $args;
}
add_filter( 'edd_download_post_type_args', 'pw_edd_hide_from_search' );

But, when I use the Newspaper theme’s “Header Live Search” shortcode, the excluded results are displayed in the live search results box.
How can I hide them?

Best regards

Post count: 27744

Hello,

Unfortunately, there are no options to can exclude posts from the live search. I think that what you need can be achieved only if you make custom changes to the theme file or if you really want to change this, then you can contact our custom work team here and they will help you with your request: https://tagdiv.com/premium-customization-services/

Thank you for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.