Tagged: category, enfold, navigation, Portfolio
There are a few posts about this and I’ve read them; including
https://kriesi.at/support/topic/portfolio-link-arrows/#post-245040
I’ve tried the fix here but it seems not to work.
Hey Simon!
Can you paste the code you are using in your child functions.php? try with this one:
add_filter('avia_post_nav_categories', 'use_same_category_filter');
function use_same_category_filter($same_category)
{
$same_category = true;
return $same_category;
}
Cheers!
Josue
that worked – thanks!
You are welcome, glad to help :)
Regards,
Josue
Doesn’t work for me… Just want to use the navigation but witout jumping from a category to another