I am trying to provide a link on a wordpress post that will lead the user to an archive view with other posts with the same custom field.
In other words, something much like get_author_posts_url
, but get_customfield_posts_url
.
Thanks in advance!
I am trying to provide a link on a wordpress post that will lead the user to an archive view with other posts with the same custom field.
In other words, something much like get_author_posts_url
, but get_customfield_posts_url
.
Thanks in advance!
You must be logged in to post a comment.
WordPress doesn’t provide this function, you need to code this.