Hi
I am trying to setup a navigation set using images. I am using next_post_link and previous_post_link in the single post page, and I am using next_posts_link and previous_posts_link for the homepage.
This works find to go back and forth one post at the time. However, I would like to have a first and last post link as well.
In the homepage, I can go to to the last post using [siteurl]\?paged=1.
In the single post page I can go to the first post using [siteurl]\?p=1.
How to I go to the first post in the homepage, and the last post in the single post page?
Can anyone help?
Thanks