meta key Not Equal to
-
Trying to load my query and I want it to NOT pull a certain meta value. Trying to also pull dates from the previous week, not sure if that is possible. Here’s what I’ve got, any direction would be appreciated.
$weekly_article_args=array( 'category__in' => $cat, 'showposts' => 3, /* meta_key NOT 'pixel_video', meta_value NOT 'yes' */ /* show posts from THIS week only */ 'caller_get_posts' => $do_not_show_stickies );
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘meta key Not Equal to’ is closed to new replies.