1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to add pagination?

Discussion in 'WordPress' started by Divvy, Mar 21, 2018.

  1. #1
    Hello,

    I'm having some issues adding a pagination in a page.
    Can someone help me?

    I want to use this plugin to insert pagination with the following code:
    
    <?php wp_pagenavi(); ?>
    
    PHP:
    When I add this code, the pagination doesn't appear.

    The only pagination code I can make to work:
    
    <?php 
    next_posts_link( 'Older Entries', $loop->max_num_pages );
    previous_posts_link( ' - Newer Entries' ); 
    ?>
    PHP:
    But it's very ugly and I need to replace with the above one.

    What could be?

    My code: https://paste2.org/CpmZDs8x

    Thanks in advance!
     
    Divvy, Mar 21, 2018 IP