category__in && sticky
-
hi,
i have a query$args = array( 'paged' => $paged, 'posts_per_page' => 6, 'orderby' => 'date', 'order' => 'DESC' ); query_posts($args);
which works great … but as soon as a i add a category filter, e.g. ‘category__in’ => array(12,13,14,15,16,17) sticky posts aren’t displayed as first results … of course i’ve studied the codex but i couldn’t find a solution to my problem
thx in advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘category__in && sticky’ is closed to new replies.