Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @fransin,

    I don’t think it is related to the import.

    You should check the search.php file if you have one, if not then the index.php file. I believe you have some repeating code that simply displays the content twice.

    Thread Starter fransin

    (@fransin)

    Thank you for the suggestion! It did seem to be a problem with the theme code indeed, as i switched and everything worked perfectly. Now i have to figure out where the problem lies… I will take a closer look to search.php as you stated. Thank you again!

    Thread Starter fransin

    (@fransin)

    SOLVED at last! Bug located at content.php
    The below code was inserted twice:

    <?php if(siteorigin_setting(‘blog_archive_content’) == ‘excerpt’) the_excerpt(); else the_content(); ?>

    Dah! Took me 2 days, but oh well!
    Thank you 🙂

    • This reply was modified 8 years, 5 months ago by fransin.

    That is fantastic 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Double Posts in search results’ is closed to new replies.