• Resolved senseiantonio

    (@senseiantonio)


    Hello everyone,

    I am having problems with old articles in my blog. The articles repeat 4 times in the loop, as well as their correspondant comments.

    You can see an example here:

    http://www.tecnobot.com/2007/03/29/tutorial-instalar-windows-vista-en-doble-arranque-con-windows-xp/

    Furthermore, when using the search form of my website, they do not appear in the results.

    It happens with all the articles created before I made a wordpress migration to a new server, the one I am using right now. The tranfer of the database was perfect and without any issues, so I dont understand why it should have this problem.

    Any ideas? Has anyone suffered the same thing?

    Antonio

Viewing 4 replies - 1 through 4 (of 4 total)
  • Problems similar to this are many times caused by a plugin.

    If you look at the actual wp_posts table do you see each post just one time? If so, then maybe plugin(s) need to be de-activated.

    See below for today. I had posts doubling.

    Quick checks.

    Does this happen when you switch to another theme.
    If it doesn’t show up in another theme, then (I think) the problem may be in the index file of your theme.

    Look for and identify The_LOOP. If you don’t know what it is, see the Codex.

    Then look for anything within The_LOOP that occurs more than once. To check, use comments; <!-- before what looks like something extra, and --> after just that line.
    Then hit the button to update your code, and hit the <view site>.

    If that worked, you should be seeing either single or double. If single, then you are fine. If you are seeing double, there might be another extra line of code in The_LOOP (particularly “content” lines in PHP code).


    If those things don’t work, then MichaelH has the right suggestion, about plugins.
    To troubleshoot plugins, take them one by one.
    Do this:
    Deactivate the plugin
    Check <view site> if your blog is still in quadruplicate.
    If it is, reactivate the plugin.
    Repeat until you either find the plugin that is causing problems and deactivate it, or you run out of plugins.

    Just in case it’s more than one plugin, note where you stopped.

    Thread Starter senseiantonio

    (@senseiantonio)

    It happens to me in every theme, so I will check plugin by plugin if any of them is making conflicts and I will let you know.

    Thanks so much,

    Antonio

    Thread Starter senseiantonio

    (@senseiantonio)

    I have checked everything and I have found the problem. I don’t know the reason, but I am able to fix it.

    I installed the plugin Simple Tagging after a few months of runnin my blog. Since categories and tags work differently, the plugin said if I wanted all categories to be transformed in tags. I said Yes.

    The problem is that the posts that had, for example, categories: “Computers” and “Internet”, after the plugin was activated, all the posts had their respective categories AND also the same categories but as tags.

    Something must have confused the loop and it repeated the post or page as many times as number of categories (this certainly sounds as a bad horror movie). Editing post by post and erasing categories fixes this problem.

    Thanks so much for your help, guys. MichaelH, petersig, thanks so much, really.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Posts and pages repeat themselves 4 times in the loop’ is closed to new replies.