• does anyone know how i remove the 2, >> which follow the comments at the bottom of a page,here the code i have thanks.

    <?php get_header(); ?>
    <div class=”contentLayout”>
    <div class=”content”>

    <div class=”Block”>
    <div class=”Block-body”>

    <div class=”BlockContent”>
    <div class=”BlockContent-body”>
    <?php if (have_posts()) : ?>

    <?php while (have_posts()) : the_post(); ?>

    <div class=”post” id=”post-<?php the_ID(); ?>”>
    <h2>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”><?php the_title(); ?></h2>
    <small><?php the_time(‘F jS, Y’) ?> <!– by <?php the_author() ?> –></small>

    <div class=”entry”>
    <?php the_content(‘Read the rest of this entry »’); ?>
    </div>

    <p class=”postmetadata”><?php the_tags(‘Tags: ‘, ‘, ‘, ‘
    ‘); ?> Posted in <?php the_category(‘, ‘) ?> | <?php edit_post_link(‘Edit’, ”, ‘ | ‘); ?> <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?></p>
    </div>

    <?php endwhile; ?>

    <div class=”navigation”>
    <div class=”alignleft”><?php next_posts_link(‘« Older Entries’) ?></div>
    <div class=”alignright”><?php previous_posts_link(‘Newer Entries »’) ?></div>
    </div>

    <?php else : ?>

    <h2 class=”center”>Not Found</h2>
    <p class=”center”>Sorry, but you are looking for something that isn’t here.</p>

    <?php endif; ?>

    </div>
    <div class=”BlockContent-tl”></div>
    <div class=”BlockContent-tr”><div></div></div>
    <div class=”BlockContent-bl”><div></div></div>
    <div class=”BlockContent-br”><div></div></div>
    <div class=”BlockContent-tc”><div></div></div>
    <div class=”BlockContent-bc”><div></div></div>
    <div class=”BlockContent-cl”><div></div></div>
    <div class=”BlockContent-cr”><div></div></div>
    <div class=”BlockContent-cc”></div>
    </div>

    </div>
    </div>

    </div>
    <div class=”sidebar1″>

    <?php include (TEMPLATEPATH . ‘/sidebar1.php’); ?>

    </div>

    </div>

    <?php get_footer(); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘help with code’ is closed to new replies.