How to display wp_post by custom field value?
You can’t do this by default, but you can write a query to do it within your theme. It could be a security risk to allow any field to be entered in the URL, so you’ll need to explicitly detect those that you are wanting. In your functions.php, you could add something like this (untested!): … Read more