You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@therourke I was unable to reproduce your tag pagination issue, but I pushed up a potential fix, please checkout the develop branch and if your still seeing the issue please open a different issue for it so I can help debug it with you. I've also created issue #47 to add an option to the admin section for how many popular tags show up.
The issue still remains. Illustrated on a navigation page like this for ART tag. Shows 14 pages, delivers link, but there are not 14 pages. Similar issue here for PORTFOLIO tag, only delivers 1 page, but there should be 2.
Could be something to do with <?php echo $pages?> code?
The text was updated successfully, but these errors were encountered:
After updating from your additions to #41:
The issue still remains. Illustrated on a navigation page like this for ART tag. Shows 14 pages, delivers link, but there are not 14 pages. Similar issue here for PORTFOLIO tag, only delivers 1 page, but there should be 2.
Could be something to do with
<?php echo $pages?>
code?The text was updated successfully, but these errors were encountered: