How to add pagination to X custom post type

Hello X,

I am stuck trying to fix this pagination issue

I have tried this and it’s displaying nothing

<div id="pagination" class="clearfix">
    <?php posts_nav_link(); ?>
</div>

Hi Wilfried,

Thanks for writing in! First of all, please note that custom development is fall beyond our scope of the support. However to provide some guidance, please copy your code into a tool like this (https://pastebin.com/) and share the link here.

The following resource also may helpful in your situation (https://tommcfarlin.com/custom-post-type-pagination/).

Thanks!

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