get posts which custom field is NULL
-
how can i get posts which post hasnt got “fatura” custom field or “fatura” custom field is NULL
i used this code, but its not return any value :
query_posts('meta_key=fatura&meta_value=""');
- The topic ‘get posts which custom field is NULL’ is closed to new replies.