Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter jbabble

    (@jbabble)

    Thanks restiny! Can you tell me where that tag is, because it’s not in my page.php.
    This is all that’s in my page directory:
    ———————————————————

    <?php get_header(); ?>

    <div id=”static”>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class=”post”>
    <h3 id=”post-<?php the_ID(); ?>”><?php the_title(); ?></h3>
    <div class=”entrytext”>
    <?php the_content(‘<p class=”serif”>Read the rest of this page »’); ?>

    <?php link_pages(‘Pages: ‘, ”, ‘number’); ?>

    </div>

    </div>

    <?php endwhile; endif; ?>

    <?php edit_post_link(__(‘Edit This’)); ?></div>
    </div>

Viewing 1 replies (of 1 total)