• mdejong83

    (@mdejong83)


    How can I retrieve the sticky posts from one single category only?

    I tried adding the category__in to the WP_query while having the 'post__in' => array(get_option('sticky')), but that didn’t work.

Viewing 1 replies (of 1 total)
  • vtxyzzy

    (@vtxyzzy)

    It may work if you add the 'caller_get_posts' => 1 parameter also.

Viewing 1 replies (of 1 total)

The topic ‘Retrieve sticky posts from certain category’ is closed to new replies.