Hi,
On the Homepage the CATEGORIES ARE DISPLAYED however, I want to hide a category from display on the main page but keep it on the Sidebar.
I used this in the “functions.php” but it didn’t work.
function exclude_category($query) { if ( $query->is_home() ) { $query->set(‘cat’, ‘-347’); } return $query; } add_filter(‘pre_get_posts’, ‘exclude_category’);
This reply is for PremiumPress customers only.
318
Views
9
Replies
Copyright © 2010-2026 PremiumPress Limited.
Hi,
On the Homepage the CATEGORIES ARE DISPLAYED however, I want to hide a category from display on the main page but keep it on the Sidebar.
I used this in the “functions.php” but it didn’t work.
function exclude_category($query) {
if ( $query->is_home() ) {
$query->set(‘cat’, ‘-347’);
}
return $query;
}
add_filter(‘pre_get_posts’, ‘exclude_category’);
Members Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login Now