• Resolved deltd

    (@deltd)


    Since I moved from WP 2.0.7 to WP 2.1 (and now to 2.1.1) the Next / Previous entries links do not appear on my index page, nor my archive pages.

    I’m using the following code towards the end of my index.php

    <?php comments_template(); // Get wp-comments.php template ?>
    
    <?php endwhile; ?>
    
    <div>
    <div class=\"alignleft\"><?php next_posts_link('&laquo; Previous Entries') ?></div>
    <div class=\"alignright\"><?php previous_posts_link('Next Entries &raquo;') ?></div>
    </div>
    
    	<?php else : ?>
    
    <h2>Not Found</h2>
    <p><?php _e(\"Sorry, but you are looking for something that isn't here.\"); ?></p>
    <?php endif; ?>
    
    <br />
    <br />
    
    </div>
    
    <?php get_footer(); ?>

    I know the commands changed on 2.1 to that of 2.0.x; however these that I’ve used have been borrowed from the default 2.1 template.

    Any assistance / advice would be gratefully received.

    My site is at https://mybloodygreatnutshell.com/

    Many thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Just an update on this problem. Even when I use the default WordPress theme I get to previous / next link at the bottom of the page.

    Could there be another issue with my installation as opposed to the template code being the problem?

    Hmmn, seeing as this problem seems to occur with all themes I reckon this in now posted in the wrong area and could be why it’s getting no responses.

    FIXED – uninstall the “Adhesive” plugin if you have it installed!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP 2.1.x Next/Previous footer links don’t appear’ is closed to new replies.