Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #247915

    Hello!!

    I want the post navigator (the arrows on the left and on the right of a single post), to show only posts of the same category.

    For example, in the post: http://www.adw.cl/talisker-10/ –> categories are ‘Whisky Escoces’ and ‘Island Whisky’

    The one on the left ‘Como beber whisky, con Richard Patterson’, categories are diffferent (‘Apreciando el Whisky’ and ‘Catas y Maridajes’)

    Is it possible to show only posts of the same categories, at the post navigators?

    Thanks a lot!

    Regards
    José

    #248329

    Hi jmaguirrei!

    Please refer to Peter’s post here – https://kriesi.at/support/topic/portfolio-link-arrows/#post-245040

    Cheers!
    Yigit

    #248358

    Thanks Yigit, but looking at Peter’s code, it’s refered to Portfolio Items and I am looking for Posts items to have this behaviour.

    Please confirm if there is necessary any adjustment to the code.

    Thanks!!

    José

    #248670

    Hey!

    You need to modify the code slightly – use:

    
      function category_specific_post_nav($settings)
      {
          if($settings['taxonomy'] == 'category')  $settings['same_category'] = true;  
          return $settings;
      }
    
      add_filter('avia_post_nav_settings','category_specific_post_nav', 10);
    

    Best regards,
    Peter

    #248792

    Thanks Peter, works fine!!

    Regards
    José

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Posts of the same categories on the Posts Navigator’ is closed to new replies.