Forums

Query_posts without a custom field (3 posts)

  1. djhsecondnature
    Member
    Posted 8 months ago #

    I'm trying to select posts without a particular custom field. Some posts will have it, some won't, I want to grab just the ones that do not have it.

    Something like this:

    $args = array(
        'meta_query' => array(
            array(
                'key' => '$customfield',
                'value' => NULL,
                'compare' => '='
                )
             )
          );

    But not that, as that doesn't work.

    Anyone have any ideas?

  2. djhsecondnature
    Member
    Posted 8 months ago #

    *bump*

  3. esmi
    Theme Diva & Forum Moderator
    Posted 8 months ago #

Reply

You must log in to post.

About this Topic