I want to be able to find any page or post with a specific custom field. However, $wp_query->query('post_type=page&meta_key=articleimg&showposts=7'); will only return pages, and $wp_query->query('meta_key=articleimg&showposts=7'); will only return posts...
any solutions?