How to add pagination on presentation page

  • Author
    Posts
  • #12647
    Alina

    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!

    #12695
    Zed
    Cryout Creations mastermind

    Those 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 10 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.
    #15581
    Enrico

    I’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.

    #15823
    Zed
    Cryout Creations mastermind

    A 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.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘How to add pagination on presentation page’ is closed to new replies.