• Resolved rardnek

    (@rardnek)


    I tried searching for a similar problem, but couldn’t find anything.

    I am having a bizarre issue where WordPress is displaying my page incorrectly.

    I created a page that contains images, and ordered list, etc. – but nothing fancy. For some reason, it is displaying the images within my ordered list twice, even tho they only appear once in the text editor. I looked in both the WYSIWIG editor and the HTML tab and the image tags are only there once – yet when I save it – it is clearly displaying the images twice — they are there are there twice in the page source.

    Further more, further down the page it duplicates some of the other text twice (see #7 of my list).

    I have no idea what is going on and would love if someone could take a look and point me in the right direction.

    http://mkriggs.com/merrychristmas/

Viewing 2 replies - 1 through 2 (of 2 total)
  • It has something to do with those thumbnails being links, notice that there is only one picture on #7, because it is not a link, but then the linked text does cause your text to double.

    Either there is some funky code in the links, or you have some kind of plugin that is messing it up.

    Look at the code for one of the doubles:
    <a href="/2008/06/08/old-fashioned-fun/"><img class="alignleft" src="http://lh3.ggpht.com/rardnek/SEySFMoyoVI/AAAAAAAASJM/XtLcEjcxVcM/s110/IMG_0077.JPG" onclick="javascript:pageTracker._trackPageview('_ob//2008/06/08/old-fashioned-fun/"><img class="alignleft" src="http://lh3.ggpht.com/rardnek/SEySFMoyoVI/AAAAAAAASJM/XtLcEjcxVcM/s110/IMG_0077.JPG');" alt="" width="110" height="82" /><strong>Farm Fresh Fun</strong></a>

    And the code for the single on #7:
    <img class="alignleft" src="http://lh5.ggpht.com/_bTHTfiH14lQ/SKoqNrTIbAI/AAAAAAAAVQo/CVC9lp-kSS8/s110/IMG_0089.JPG" alt="" width="110" height="82" />

    There is some javascript in the doubles that I wouldn’t expect to see:
    onclick="javascript:pageTracker._trackPageview

    I think it is related to Google Analytics, are you using an analytics plugin?

    Thread Starter rardnek

    (@rardnek)

    thank you! it was the google analytics plugin that was causing the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Portions of post/page are repeating’ is closed to new replies.