Navigation within category issue
-
Hi,
I had issues with “navigation within category” function, it simply ignored it, and I found that changing:
$next_post = get_next_post($navi); $pre_post = get_previous_post($navi);
to
$next_post = get_next_post($navi, '', 'categories'); $pre_post = get_previous_post($navi, '', 'categories');
in wp-post-navigation.php fixed my issue.
Just to make you aware ??
Thanks
Ale
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Navigation within category issue’ is closed to new replies.