• How do I get sticky posts to appear at the top on archive pages such as categories and date ect. They work as they should on the home page and I’d like it to do so on the category pages as well.

    Or is there a plugin I’ll need to do this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Could use this with a loop that display the results

    query_posts(array(‘post__in’=>get_option(‘sticky_posts’)));

    Thread Starter John Leschinski

    (@picard102)

    That doesn’t seem to work quite right.

    I want the sticky post to be category specific. So if it’s a sticky post in the current category it will only show sticky posts from that one. It also needs to display the rest of the posts afterwards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sticky Posts in Archives.’ is closed to new replies.