link to most recent post
-
Okay, I’ve been doing a lot of searching, but I can’t find an answer to my question, which is this:
How do I make a link to the most recent post of a specific category?
I have a couple of categories, drawing, prints, etc. From inside of a single post, I want to make a link that dynamically takes the user to the newest drawing, or the newest print, etc. Most of the plugins or php out there relates to pulling shorts from the most recent entries onto the home page. I want a link to the full post itself. I think i know enough so that if someone knew how to, for example, get the ID for the most recent post in ‘drawings’ I could just plug it into:
<a href=" <?php get_permalink(id); ?> ">Drawing</a>
Right? Thanks in advance.
- The topic ‘link to most recent post’ is closed to new replies.