Custom fields
-
Hello
I am trying to short and show posts with meta key and meta value.
The code that i have is
'post_type' => 'post', 'post_status' => 'publish', 'meta_key' => 'custom_field', 'meta_value' => date('Y-m-d'), 'orderby' => 'meta_compare', 'order' => 'DSC'How can i set this value on widget
'meta_value' => date('Y-m-d'),Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Custom fields’ is closed to new replies.