Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #220668

    Hi!

    When I read a post on my blog, for example

    http://www.adw.cl/destileria-the-dalmore/

    On the center-left and center-right there are the Avia Post Nav icons, a nice feature…

    But, I need it to nav only in post of the same category, is it possible?

    Thanks a lot!!

    Regards
    José

    #220796

    Hey jmaguirrei!

    Edit functions-enfold.php, find this code on line 327:

    function avia_post_nav($same_category = false, $taxonomy = 'category')

    Replace it with:

    function avia_post_nav($same_category = true, $taxonomy = 'category')

    Regards,
    Ismael

    #220865

    Perfect, thanks!!

    Regards
    José

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Navegation Post (avia-post-nav) only in the same category’ is closed to new replies.