Home › Support Forums › Theme Support › Esplanade › Slider/Sticky post/Home page problem › Reply To: Slider/Sticky post/Home page problem
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.