Hello everyone,
I use <?php query_posts('post_type=seodating_profile');?> to query some custom posts (this works perfectly).
Now i want my blog ONLY to show custom posts with a certain value in a custom field.
Like: show the posts where the (value of the custom field) city is New York.
What should i add to my code?