Your Time:
Our Time:
← Back to discussions

Pagination does not show up

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 1 reply, 2 voices, and was last updated 12 years, 2 months ago by Fem.

  • 2014-07-12 at 9:10 pm
    Support Expired
    #4646
    markwhalen
    Participant
    • Topics: 4
    • Replies: 1
    • Total posts: 5
    • Post count: 6

    Pagination does not show up on archive pages. I would guess this also happens on the other pages where:

    if ( function_exists ('atp_pagination') ) { atp_pagination(); }

    is used (e.g., authors, tags, etc.). Note that there are no pagination links on the LinoFeast preview site.

    In trying to figure out why, I discovered that the pagination.php file in framework/common/ returns the HTML code for pagination links, but does not echo that code at any point.

    Adding:

    echo $out;

    at line 49 of pagination.php has fixed the issue. I also added a couple of line breaks to:

    $out .= '</span><br/><br/>';

    at line 32 of pagination.php so that there is space between “Page 1 of X” and the pagination links.

    Thought this might be helpful for others, and should be updated in future releases of the theme.

    2014-07-18 at 3:16 pm
    #4711
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Thanks for the headsup. We will make a fix for it.

You must be logged in to reply to this topic.