I try to follow that solution by put this code
add_filter('avia_post_nav_categories', 'use_same_category_filter');
function use_same_category_filter($same_category)
{
$same_category = true;
return $same_category;
}
to functions.php but it doesn’t work :(
My page link : http://www.letscook.com.mm/recipes/
