Pagination in Tortuga
- The topic ‘Pagination in Tortuga’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I am using the Tortuga theme for my website https://oswaldpereira.com
I have set my posts display to six on the home page. This is working well.
However, after six posts, page numbers don’t show up. Instead what I get is Older Posts.
Is there a way of replacing Older Posts with page numbers. If not what is the other option. Is there are an option to show Older Posts as well as Newer Posts?
Ideally though, page numbers should show up. Sometimes, it does show in the preview. But it’s back to Older Posts again.
Thank you
Regards
Oswald
The blog I need help with is: (visible only to logged in users)
Hello Oswald,
Thanks so much for using Tortuga.
You can use this short CSS snippet to display the numbered pagination:
.infinite-scroll .post-pagination {
display: block !important;
}
.infinite-scroll #infinite-handle {
display: none !important;
}
You can copy the CSS code and insert on Customize > CSS.
Cheers,
Thomas