Post pagination within a tabbed element

Hello,

I have a site I’m rebuilding and one of the primary features we are introducing is a post-portfolio where the portfolio can be sorted with tabs. I have the query set in each tab and I’m just waiting to receive the full list of content. I decided to see about adding in pagination as a possibility if any of the tabs have more than 10 posts, but the pagination will not appear. I have reviewed many forum posts about this and tried applying the fixes. I tried building the posts on an archive layout (“Our Partners” page), even without the tabs, I’ve ensured the maximum posts are set to a certain number in the admin Settings, but nothing seems to be taking. I’ll likely not use pagination for this site, but I’d like to learn how this needs to be properly set so I can use this feature in the future. Can you help see what is wrong here? Thank you!

https://wordpress-308347-5204346.cloudwaysapps.com/portfolio/

Hello @auxiteam,

Thanks for writing in! Please be advise that the Post Pagination feature is only available to the archive layouts. It will not work on normal pages. You might want to use FacetWP plugin instead. Kindly check out this video tutorial:
https://www.youtube.com/watch?v=b0QCo8T-3cU

Best Regards.

Thank you for your reply! I did set up an archive layout in “Our Partners” to test it out. It still did not work.

Hello @auxiteam,

I checked your site settings, and it seems that you have added the wrong conditions.

In case you want to render this layout to all the archive layouts, you need to set this condition only or use the OR operator, not the AND operator.

I have set up the section called “Themeco test,” which is set in hidden mode. You can unhide it and check the settings.

I have disabled the Looper Provider for the archive page, as the default WordPress loop already handles the content there, so an extra loop is not necessary. I have kept only the Looper Consumer, set to display all posts, with the post count controlled via WordPress → Settings → Reading → ‘Blog pages show at most’. I have also added the pagination element for navigation.

Hope it helps
Thanks

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.