Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Fixing WordPress
    In reply to: Navigation links
    Thread Starter madsciencelab

    (@madsciencelab)

    I just moved it in there and its still not showing up.

    <?php get_header(); ?>
    
    	        <div id="content">
         <?php if (have_posts()) : ?>
                   <?php while (have_posts()) : the_post(); ?>
                   <!-- do stuff ... -->
    
    <p><?php posts_nav_link(); ?></p>
    
                   <?php endwhile; ?>
    
    <?php endif; ?>
    
        </div>
        <br class="clearfloat" />
      </div>
    
    <?php get_footer(); ?>
Viewing 1 replies (of 1 total)