Forums

Prevent sticky posts from showing up on category pages? (2 posts)

  1. kedr
    Member
    Posted 2 years ago #

    I have url rewriting turned on, so I can go to http://myblog.com/video-posts/ and it only shows one type of category. However, the sticky post shows up at the top. How can I not have the sticky posts show up when I am filtering?

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Try adding:

    <?php if( is_sticky() ) continue;?>

    immediately after the start of the Loop in your category template.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.