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/search.php

    r3771 r4126  
    1414                <h3 class="pagetitle"><?php _e( 'Search Results', 'buddypress' ) ?></h3>
    1515
    16                 <div class="navigation">
     16                <div id="nav-above" class="navigation">
    1717                    <div class="alignleft"><?php next_posts_link( __( '&larr; Previous Entries', 'buddypress' ) ) ?></div>
    1818                    <div class="alignright"><?php previous_posts_link( __( 'Next Entries &rarr;', 'buddypress' ) ) ?></div>
     
    4848                <?php endwhile; ?>
    4949
    50                 <div class="navigation">
     50                <div id="nav-below" class="navigation">
    5151                    <div class="alignleft"><?php next_posts_link( __( '&larr; Previous Entries', 'buddypress' ) ) ?></div>
    5252                    <div class="alignright"><?php previous_posts_link( __( 'Next Entries &rarr;', 'buddypress' ) ) ?></div>
Note: See TracChangeset for help on using the changeset viewer.