I have a bunch of posts with custom fields in them. I would like to have a wordpress query that gets all posts based on the value of that custom field. How can I go about doing that?
I have a bunch of posts with custom fields in them. I would like to have a wordpress query that gets all posts based on the value of that custom field. How can I go about doing that?
See this section of the Codex on Custom Field Parameters.
You must log in to post.