Navigation to next post of the same category

Posted in: Newspaper
Post count: 14

Hi,

Is there any way to custom the previous/next post option to navigate to post in the same category?

Thanks!

Post count: 22421

Hello,

Please follow this topic for a solution:
https://forum.tagdiv.com/topic/next-previous-article-limit-to-category/

Thank you!

Post count: 14

Would you mind tell me where should I insert these codes? This is much appreciated!

Thank you!

Post count: 22421

“You just need to type true within the parenthesis here: http://screencast.com/t/iXIGXXJVHEU
so the code should look like this:
$next_post = get_next_post(true);
$prev_post = get_previous_post(true);
This will make the next and prev posts dependent on the post category”

You have to access your files via ftp and edit the theme php file called td-module-single-base.php. You can see it’s path in the screenshot above
Thanks.

Post count: 14

it works perfectly!!! Thank you!!!!!

Post count: 14

Hi there, can you help me, a couple months ago I updated the new theme and this doesn’t work anymore. I verified the file, Boolean is still indicated (true) but it does not jump to the next post in the same category anymore!

Any help would be much appreciated.

Thanks

Post count: 22421

Hello,

Please check again as I have tested this method again and it still works fine. Please also clear all caching as well.

Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.