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 :)
esmus
tagDiv Member

Certainly agree with Christopher. However, the 4th suggestion would not be bad 😉

esmus
tagDiv Member
add_action( 'pre_get_posts', 'be_exclude_category_from_blog' );
function be_exclude_category_from_blog( $query ) {

    if( $query->is_main_query() && $query->is_category() ) {
        $query->set( 'cat', '-98' );
    }
}

Please, add this function to the theme panel.

Viewing 2 posts - 26 through 27 (of 27 total)