Forums

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

  1. freshifreshy
    Member
    Posted 9 months 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
    moderator
    Posted 9 months ago #

    See if 'post_type=any' works?

  3. freshifreshy
    Member
    Posted 9 months ago #

    Wow, that was easy. thanks!

Reply

You must log in to post.

About this Topic