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é
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
Perfect, thanks!!
Regards
José