Hello
I would like to use the Smarter Navigation plug-in, so that I can limit the navigation between posts to a specific category. This requires me to use the functions previous_post_smart and next_post_smart (replacing previous_post_link and next_post_link).
In single.php, the navigation between posts is regulated with a function adventurous_content_nav. If I replace the function adventurous_content_nav with the next/previous_post_smart functions it works but I lose the template formatting, so I would prefer to put an adjusted function adventurous_content_nav in my child theme.
Unfortunately I can’t find the function definition anywhere. I’ve checked functions.php and adventurous-functions.php and a large number of assorted .php and .js files without luck. Does anybody know where this function is defined please?
Thank you.