Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
2 ways:
1) in function.php write:
function exc_post($query) {
if ($query->is_category || ($query->is_home || ($query->is_feed)))
{$query->set ('post__not_in', array(888, 999) );} // 888,999 is the post id.
return $query; }
add_filter('pre_get_posts','exc_post');
2) WP Hide Post Plugin
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question