Your Time:
Our Time:

Pagination does not show up

Sorry, but you do not have the capability to view this topic

  • Resolved
    Posted in: LinoFeast  
  • Supported
    • Topics: 4
    • Replies: 1
    • Total posts: 5
    Post count: 6
    markwhalen
    Member
    2014-07-12 at 9:10 pm #4646

    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.

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.