$wp_query->query
-
Hi I’m still newbie in wordpress.
I noticed this code below, I think this will query all meta_value =”Sample1″.
Can you help me query not only the Sample1 meta_value but also the meta_value=”Featured”
$wp_query->query( array(‘paged’ => $paged,’post_type’ => ‘gtre’,’meta_value’ => ‘Sample1’));thanks,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘$wp_query->query’ is closed to new replies.