I have two categories, Blog and News.
When displaying a single Blog post, I want the previous/next buttons (on the left/right edges of the screen) to link me only to the previous/next Blog posts. Vice versa for News posts.
I tried following the steps highlighted in https://kriesi.at/support/topic/avia-post-nav-with-the-same-category/ but to no avail.
The following code has been added to themes/enfold/functions.php:
add_filter('avia_post_nav_categories', 'use_same_category_filter');
function use_same_category_filter($same_category)
{
$same_category = true;
return $same_category;
}
Any help is greatly appreciated, thanks.
Hi jameswoon!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
Cheers!
Rikard
Hey!
Please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and apply the code to functions.php file of your child theme.
Cheers!
Yigit
Thanks. This worked for me.
Hey!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit