• 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)
  • Same. Can this please be fixed.

    Also, if your use category__and then all stickies are returned from all categories – although, ironically, displayed first.

    JF

    (@jamesfrancis)

    Yes indeed! It would be great if this issue could be fixed. It really limits what one is able to do with the sticky posts functionality!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘category__in && sticky’ is closed to new replies.