Query both pages and posts for custom field?
-
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?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Query both pages and posts for custom field?’ is closed to new replies.