Ciao Piacaland.. allora puoi risolvere coś :
In pratica ti fà l'exlude by slug con " &cat=-CATEGORIA-SLUG "Code:<?php $categoria1 = get_cat_id('categoria1'); $categoria2 = get_cat_id('categoria2'); $categoria3 = get_cat_id('categoria3'); $excluded_cats = '-'.$categoria1.',-'.$categoria2.',-'.$categoria3; $limit = 10; $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts( 'cat=' . $excluded_cats . 'showposts=' . $limit . '&paged=' . $paged ); $wp_query->is_category = true; $wp_query->is_home = false; ?>


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks