Make WordPress Core


Ignore:
Timestamp:
12/07/2008 04:49:22 AM (18 years ago)
Author:
ryan
Message:

Add paging links above comments list. Props Viper007Bond. fixes #8219

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/comments.php

    r9175 r10097  
    2121    <h3 id="comments"><?php comments_number('No Responses', 'One Response', '% Responses' );?> to &#8220;<?php the_title(); ?>&#8221;</h3>
    2222
     23    <div class="navigation">
     24        <div class="alignleft"><?php previous_comments_link() ?></div>
     25        <div class="alignright"><?php next_comments_link() ?></div>
     26    </div>
     27
    2328    <ol class="commentlist">
    2429    <?php wp_list_comments(); ?>
    2530    </ol>
     31
    2632    <div class="navigation">
    2733        <div class="alignleft"><?php previous_comments_link() ?></div>
Note: See TracChangeset for help on using the changeset viewer.