Previous/next post in category
-
Hi,
My theme uses this code for the previous/next links at the bottom of every post:
$previous = ( is_attachment() ) ? get_post( get_post()->post_parent ) : get_adjacent_post( false, '', true ); $next = get_adjacent_post( false, '', false );
I want it to link to the previous/next posts in the category.
How would I modify the above code?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Previous/next post in category’ is closed to new replies.