• I made one of my posts a sticky.
    Now it appears once at the top of the list but also AGAIN
    later in the chronological order.

    My “loop” is just vanilla. Like this.

    /* Start the Loop */
    	while (have_posts()) {
    		the_post();
    		get_template_part('content', get_post_format());
    	}

    So what is the problem and how to fix it?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sticky post appears TWICE in the blog list’ is closed to new replies.