Possible bug with Pagination
- This topic has 0 replies, 1 voice, and was last updated 11 years, 8 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Tagged: bug, pagination, posts, templates
My blog page seems to have the first page with the pagination call outside the <div id=”content”> box so the pagination appears at the top of the page, pushing the left sidebar down to the bottom.
If I click on Page 2, the issue fixed and the pagination call is back where it belongs inside the <div id=”content”> box.
I muddle my way through PHP and know enough to be dangerous, so I’m not sure which file/code to change to make this work properly. I tried the obvious in the LOOP.php file to move the content closing div below the pagination but that broke even more.
Anyone with this issue have a solution? I’m using the default child theme with no customizations yet so I assume I shouldn’t be alone in this problem.
My blog page is using the “blog template” but I also switched it to Default and no luck in narrowing down the bug. SO I just did some more testing… if the page is using the “blog template” it works fine…. the only time it doesn’t work is when I go into settings and make the page the “posts” page. Of course, then the navigation switches to the Page sidebar widgets, rather than the blog widgets.
Attached are screenshots from firebug.