2 out of 2 members found this post helpful.
Adelin, cred ca asta cauti : https://wordpress.org/plugins/ultima...gory-excluder/
Sau adaugi in functions.php ceva in genul:
//Exclude categorie de pe homepage
function exclude_categorie($query) {
if ( $query->is_home() ) {
$query->set('cat', '-338');//id categorie
}
return $query;
}
add_filter('pre_get_posts', 'exclude_categorie');
Ultima modificare făcută de Robert; 7th June 2015 la 18:39.
Daca te pot ajuta cu un sfat sau daca doresti o oferta de optimizare pentru siteul tau, da-mi un mesaj!