Site logo

Archived topic

Pagination on blog posts

8 replies · Started by Stacey on August 11, 2016

Viewing posts 1–9 of 9

How do I activate pagination for a blog?

No need to activate it, you just need more posts than what you have set in "Settings > Reading" for how many posts to display per page :)

Why pagination doesn't appear at my homepage with blog posts? I have 9 posts, "Blog pages show at most" set to 8. Is it because I use two column arrangement?
Thanks!

Hi there,

I just tested with the same settings you have (9 total posts, at most show 8 posts, 2 columns) and pagination shows up normally. Can you provide a link to your site?

Are you using GP premium? If so GP has built in Blog column layout features. You can find the settings in Customizer > Blog > Columns.
Maybe delete/comment out the php code you entered and give this way a shot?
Let me know if this helps :)

You didn't clear the float left behind from your posts.

Try adding this CSS:

.paging-navigation {
    clear: both;
}

You would definitely be better off using our Blog add-on, but the above should at least show your pagination :)

Thank you guys for swift replies! I added the css rule that Tom suggested and it works perfectly. All the best to you!

Glad it worked :)

This archived topic is closed to new replies.