previous_post_link
-
I’m trying to use <?php previous_post_link(); ?> on a page that displays one one blog post (the latest).
It doesn’t work, but <?php the_ID(); ?> work’s in the same place so I am definetly in the loop. I don’t know how to troubleshoot this further to find out why it wouldn’t work.
Also these two pages contradict each other…
https://codex.www.ads-software.com/Template_Tags/previous_post
“This function has been deprecated.”https://codex.www.ads-software.com/Next_and_Previous_Links#The_Next_and_Previous_Posts
“Remark : previous_post and next_post seem to be working on WP2.3.”(Note: I have used previous_post also, aswell as trying the next equivillant of both)
Nothing seems to work! Please can somebody help me.
- The topic ‘previous_post_link’ is closed to new replies.