In our last blog i told you about adding or removing pagination on single post page. You can also change pagination position in genesis. For this you need to remove pagination from default position and then use it on any other position by using genesis hooks.

To remove Genesis hook from single post page use this in function file

After then you can use any hook from hooks list available here. I am adding it before post content

Some themes don’t support ‘genesis_posts_nav‘ function. For this you can use your own hook.

For this we are using WordPress posts links function previous_post_link() and next_post_link()

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.