This topic has 1 reply, 2 voices, and was last updated 12 years, 2 months ago by Fem.
Tagged: archive, blog, pagination
Viewing 2 posts - 1 through 2 (of 2 total)
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.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.