Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/21/2011 09:55:41 PM (12 years ago)
Author:
djpaul
Message:

Use wp_link_pages() in all theme templates. Fixes #3237, props hnla

File:
1 edited

Legend:

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

    r4313 r4412  
    3737                            <div class="entry">
    3838                                <?php the_content( __( 'Read the rest of this entry &rarr;', 'buddypress' ) ); ?>
     39                                <?php wp_link_pages( array( 'before' => '<div class="page-link"><p>' . __( 'Pages: ', 'buddypress' ), 'after' => '</p></div>', 'next_or_number' => 'number' ) ); ?>
    3940                            </div>
    4041
Note: See TracChangeset for help on using the changeset viewer.