Forums

[resolved] Query both pages and posts for custom field? (3 posts)

  1. freshifreshy
    Member
    Posted 3 years ago #

    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?

  2. MichaelH
    Volunteer
    Posted 3 years ago #

    See if 'post_type=any' works?

  3. freshifreshy
    Member
    Posted 3 years ago #

    Wow, that was easy. thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic