• Resolved avolve

    (@avolve)


    Has anyone else experienced duplicate posts on the front page with the scrawl theme?

    Multiple posts are duplicated, and the duplicates do not appear in order (reverse chronological). When I switch themes, there are no duplicates.

    All posts are in a single category.

    It is a new site (in development) with content imported from a drupal site. All else appears to be fine.

    Any suggestions on how to rectify?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Is it possible to provide a link to the site on the dev server as well as to the duplicate posts so I can take a look? Do the posts have different IDs?

    Thread Starter avolve

    (@avolve)

    The posts have the same IDs. I am developing the site on a local machine so can’t share a link.

    I have added

    <?php query_posts($query_string . '&cat=2'); ?>

    to index.php which I working and will suffice as it is a one category site, until I ascertain the error

    thanks.

    Moderator Kathryn Presner

    (@zoonini)

    If the posts have the same ID then that’s definitely a problem. Each post should have a unique ID. It’s possible something went awry in the import, giving multiple posts the same ID. You might want to try cleaning up the import file to make sure there are no duplicate IDs, then reimporting.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘duplicate posts (out of order) on front page’ is closed to new replies.