Featured listings at the top of all categories with ads that are relevant to that cat
Hello yesterday thanks to a tutorial for this forum have managed to limit a category on the home page
tpl-ads-home.php
-------------------------------------------
$args = array(
'post_type'=>'ad_listing',
'paged' => $paged,
'tax_query' => array(
array(
'taxonomy' => 'ad_cat',
'field' => 'id',
'terms' => array('89', '95','91','90','94','92','93'),
'operator' => 'NOT IN',
),
)
);
query_posts($args);
------------------------------------------
Now I wonder if I can limit this category also from ads slider ome page
and possible?
or even better if you put the slider Featured listings at the top of each category and can view Featured listings only in that category?
there someone who could post code and instructions?
Thank you very much to all of you and thank you classipres for the support they give us
sorry for my English but I use google translator I'm Italian!