Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/12/2011 12:57:28 PM (15 years ago)
Author:
djpaul
Message:

Use next/prev post links in single.php. Also tweaks next/prev page links on archive/index/search templates. Props chestnut_jp and modemlooper, fixes #2982

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/archive.php

    r3771 r4126  
    1212            <?php if ( have_posts() ) : ?>
    1313
    14                 <div class="navigation">
     14                <div id="nav-above" class="navigation">
    1515
    1616                    <div class="alignleft"><?php next_posts_link( __( '&larr; Previous Entries', 'buddypress' ) ) ?></div>
     
    4848                <?php endwhile; ?>
    4949
    50                 <div class="navigation">
     50                <div id="nav-below" class="navigation">
    5151
    5252                    <div class="alignleft"><?php next_posts_link( __( '&larr; Previous Entries', 'buddypress' ) ) ?></div>
Note: See TracChangeset for help on using the changeset viewer.