Guest User

Untitled

a guest
Jan 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. $args = array(
  2. 'post_type' => 'mad_property',
  3. 'post_status' => 'publish',
  4. 'paged' => '-1',
  5. 'meta_query' => array(
  6. array(
  7. 'key' => 'seasonaldiscountdesc',
  8. 'value' =>'',
  9. 'compare' => '='
  10. )
  11. )
  12. );
Add Comment
Please, Sign In to add comment