Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Single page – bottom navigation – prior / next limit to category

#41917
Grace Support
Keymaster

You can change the code to display Prev/next posts

Go to the Appearance -> Theme Editor -> inc/template-tags.php

check the code at line no 37 & 38

<?php previous_post_link( '<div class="nav-previous">%link</div>', '<span class="meta-nav">' . _x( '←', 'Previous post link', 'spangle-pro' ) . '</span> %title' ); ?>
<?php next_post_link( '<div class="nav-next">%link</div>', '%title <span class="meta-nav">' . _x( '→', 'Next post link', 'spangle-pro' ) . '</span>' ); ?>

Regards
Grace Themes