Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Reiter2309
tagDiv Member

Hi,

thank you for your answer. I hope you add this for a future Update. I love your Smartlists and I love your Theme. Best Theme for WP!

Reiter2309
tagDiv Member

Hi, thank you for your help!

Link

Reiter2309
tagDiv Member

Add this code in functions.php
Works fine for me!

function excludeCatsFromSearchResults( $query ) {
     if ( $query->is_search ) {
          $query->set( 'cat', '-xx,-xx' ); // replace "xx" with your category-id
     } return $query;
} add_action( 'pre_get_posts', 'excludeCatsFromSearchResults' );
Reiter2309
tagDiv Member

Great help. Thanks!

Reiter2309
tagDiv Member

Thanks for your help! It works.

Viewing 5 posts - 1 through 5 (of 5 total)