Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Nadir

    (@seoprinciple)

    Hi again, still having this problem with duplicate posts. I’ve deactivated my plugins (see the list below) but nothing changed.

    * Ultimate Tag Warrior
    * Ultimate Tag Warrior: Tag Archive
    * Ultimate Tag Warrior
    * Adsense-Deluxe
    * Akismet
    * Digg Button
    * DoFollow
    * Evermore
    * Exec-PHP
    * Hello Dolly
    * Contextual Related Posts
    * SEO Title Tag
    * Google Sitemaps
    * the_excerpt Reloaded
    * WordPress Database Backup
    * WordPress Mobile Edition
    * WP-ShortStat
    * XFish Meta

    Also switched to the default theme, same problem…

    Desperate…Do you think upgrading to 2.5 will fix that?

    Probably you did change something…
    Check you /themes/your-theme/single.php for duplicate functions…

    Thread Starter Nadir

    (@seoprinciple)

    Hi

    I did, but as you can see below, no duplicate functions

    <?php get_header(); ?>
    
        <div id="content" class="narrowcolumn">
    
      <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    
    <?php adsense_deluxe_ads('adcents'); ?>
    
            <div class="post-top"><div class="post-bottom"><div class="entry"><div class="title">
                <h2 id="post-<?php the_ID(); ?>"><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
            </div>
    
                    <?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
    
                    <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
    
                    <p class="postmetadata">
                            Posted by <?php the_author() ?>
                            <?php /* This is commented, because it requires a little adjusting sometimes.
                                You'll need to download this plugin, and follow the instructions:
                                http://binarybonsai.com/archives/2004/0 … ce-plugin/ */
                                /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
                            on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>.
                    </p>
                    </div>
    </div>
            </div>
    
        <?php comments_template(); ?>
    
        <?php endwhile; else: ?>
    
            <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
    
    <?php endif; ?>
        </div>
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>
    Thread Starter Nadir

    (@seoprinciple)

    Hello

    I haven’t found a way to fix this problem, could someone please try to help?

    Thank you

    Thread Starter Nadir

    (@seoprinciple)

    Problem is solved, upgraded to WP 2.5 and everything is ALMOST fine…

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Posts duplicating themselves’ is closed to new replies.