Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Previous post, next post links not displaying anything


Jeff Sayre
Participant

@jeffsayre

Kevin-

I just noticed that there’s an error in the way each function call is coded. Try this instead:

<?php __( next_posts_link( '« Previous Entries' ), 'buddypress' ) ?>
<?php __( previous_posts_link( 'Next Entries »' ), 'buddypress' ) ?>

Let me know if that works.

Skip to toolbar