Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #443480

    I have two categories, Blog and News.

    When displaying a single Blog post, I want the previous/next buttons (on the left/right edges of the screen) to link me only to the previous/next Blog posts. Vice versa for News posts.

    I tried following the steps highlighted in https://kriesi.at/support/topic/avia-post-nav-with-the-same-category/ but to no avail.

    The following code has been added to themes/enfold/functions.php:

    add_filter('avia_post_nav_categories', 'use_same_category_filter');
    function use_same_category_filter($same_category)
    {
    $same_category = true;
    return $same_category;
    }
    

    Any help is greatly appreciated, thanks.

    • This topic was modified 9 years, 11 months ago by jameswoon.
    #444100

    Hi jameswoon!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.

    Cheers!
    Rikard

    #444102
    This reply has been marked as private.
    #445608

    Hey!

    Please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and apply the code to functions.php file of your child theme.

    Cheers!
    Yigit

    #446179

    Thanks. This worked for me.

    #446650

    Hey!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Next/Previous Post within same Category’ is closed to new replies.