Hi!
Would like to change displayed items for avia-post-nav avia-post-prev and avia-post-next to show items only from the same category as the shown item. If I have like 5 categories, looking at one item in category 1 I would like the prev and next items to be other items in the same category (category 1).
How can I achieve that?
Thanks!
Hey Rebecca,
Please have a look at the following thread:
If you need further assistance please let us know.
Best regards,
Victoria
Hi!
Thanks!
I have tried this code (in child functions.php)but I dont get it to work?
add_filter(‘avia_post_nav_settings’,’avia_same_category_filter’, 10, 1);
function avia_same_category_filter($settings)
{
$settings[‘same_category’] = true;
return $settings;
}
Hi Enfold<3,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi! Sorry for late response! Yes, see private message :) Thanks
Hi Enfold<3,
Please check now. The quotes in the file were not really the kind that would work in programming. I changed them for you.
Best regards,
Victoria
Works perfectly :) Thank you so much!