• vlaurie

    (@vlaurie)


    Can someone please take a look at my blog? ( http://victorialaurie.com/blog/ ) WordPress is repeating the post twice….and I don’t know why. I haven’t updated or installed any new plug-ins. It just happened just like that and I’m clueless on how to fix this. Any suggestions will be much appreciated. Thank you. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • mechx1

    (@mechx1)

    Seems to be consistent through your archives also. Are the posts appearing twice in your user panel also, or just in the blog display?

    niilist

    (@niilist)

    Hi there,

    I’m getting the same problem here too. In my blog the post appear twice when I went into the comments page.

    Thank you for a further help

    I’m getting this too…has anyone identified the problem? I’m on 2.05, and it just started all of a sudden. Every page of content is displayed twice. This is the block of code:

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    	      <div class="post">
    	  		<div class="entrytext">
    		  		<?php the_content('Read the rest of this page &raquo;'); ?>
    	 				<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
    				</div>
    	  	</div>
    	    <?php endwhile; endif;  ?>

    I thinks is something about a update in Msql, but i’m not sure!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WordPress Repeating the Post Twice’ is closed to new replies.