Forums
Forums / Fixing WordPress / get posts which custom field is NULL
(@burakco)
15 years, 1 month ago
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.