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=""');
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=""');
This topic has been closed to new replies.