Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #343557

    I would like to limit the side page navigation to only show posts within the category that the posts are assigned. You had supplied the code a few versions ago but it doesn’t work in the latest rev.

    Could you please send me an update?
    Thanks

    #343566

    Hey xyzb!

    Did you use this code

    add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1);
    function avia_same_category_filter($settings)
    {
    $settings['same_category'] = true;
    return $settings;
    }

    This should work fine

    Regards,
    Yigit

    #343688

    Any chance this feature will be added?

    Thanks much! You guys/gals rock!

    #343693

    Hi!

    Please feel free to request or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
    Glad we could help! :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Posts-Navigation’ is closed to new replies.