Anyone know how I could take the below script that was answered for retrieving the latest permalink for a Custom Post Type and flip it to get the oldest post instead?
This is the link for retrieving custom post type latest post
Anyone know how I could take the below script that was answered for retrieving the latest permalink for a Custom Post Type and flip it to get the oldest post instead?
This is the link for retrieving custom post type latest post
You must be logged in to post a comment.
Simply change order parameter from
DESC
toASC
:so once you paste that function in your theme’s functions.php and you have changed
POST_TYPE_NAME
to your post type name ,you can just call it whenever you want: