Create a URL that links to the latest post in a category
-
I have a CPT Pod “Document” with a category “Agendas” and I need to link to the single post page of the most recently posted Agenda on the front page of the website (icon in header on right).
Can this be done with wp_query or find()? I am not that PHP savvy at all but I know how to add stuff to functions.php. I’ve seen lots of code snippets doing this for blog posts but only one relating to Pods which doesn’t tell me much:
https://wordpress.stackexchange.com/questions/254557/linking-to-the-most-recent-post-in-a-custom-post-typeEven with the code snippets, I don’t know how to structure the URL parameters. I’ve experimented some but with no luck.
Thanks in advance. Really enjoying PODs.
The page I need help with: [log in to see the link]
- The topic ‘Create a URL that links to the latest post in a category’ is closed to new replies.