Loop nav doesn't change?
-
This code in my theme, shown on every post:
<?php previous_post_link( __( ‘%link’, ‘hatch’ ), ‘← %title’ ); ?>
<?php next_post_link( __( ‘%link’, ‘hatch’ ), ‘%title →’ ); ?>
Doesn’t display the correct previous and next post with the new order, but those ordered by default.
How can I change that?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Loop nav doesn't change?’ is closed to new replies.