-
AuthorPosts
-
October 1st, 2013 at 17:44 #12647Alina
I am trying to get pagination at the bottom of the Presentation Page, after the blog posts are displayed. When I click next/previous, I want it to take me to a blog posts page, not the presentation page. I have managed to add previous/next to the presentation page using
<div class=”navigation”>
<div class=”alignleft”><? next_posts_link(‘« Previous’) ?>
</div>
<div class=”alignright”><? previous_posts_link(‘Next’) ?>
</div>
</div>but when I click on the buttons it just changes what blog posts are displaying at the bottom of the presentation page.
Greatly appreciate your help!
October 2nd, 2013 at 18:06 #12695ZedCryout Creations mastermindThose are links valid for the single post page, not a category page (which the posts list is).
Look into that file, there’s a
//if($parabola_pagination=="Enable") parabola_pagination(); else parabola_content_nav( 'nav-below' );
line. Remove the //
Please disregard this suggestion. While this will display the navigation on the presentation page blogs, the page links are invalid.- This reply was modified 11 years ago by Zed. Reason: corrected
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.January 8th, 2014 at 02:33 #15581EnricoI’m trying to put pagination on front page of my website, but the page url of pages grater than 1 are broken.
Could you please help me?
Thanks in advance.January 12th, 2014 at 12:20 #15823ZedCryout Creations mastermindA working pagination will be added in a future update.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic. -
AuthorPosts
The topic ‘How to add pagination on presentation page’ is closed to new replies.