Reply To: Slider/Sticky post/Home page problem

#7888
Helder
Participant

a negative condition on the main loop in index.php.

while( have_posts() ) : the_post();
php if(!is_sticky()):
php get_template_part( ‘content’, get_post_format() );
php endif;
php endwhile;

Just insert that second line and you should be fine.

Hope this helps.

  • This reply was modified 12 years, 1 month ago by Helder.
  • This reply was modified 12 years, 1 month ago by Helder.