Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1249086

    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!

    #1249337

    Hey Rebecca,

    Please have a look at the following thread:

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1249358

    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;
    }

    #1249445

    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

    #1250904

    Hi! Sorry for late response! Yes, see private message :) Thanks

    #1251485

    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

    #1252072

    Works perfectly :) Thank you so much!

    #1252246

    Hi,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.