Custom_query
-
Is it possible to use arrays in a custom query?
Let’s say i have such an array
‘meta_query’ => array(
‘key’ => ‘sorting’,
‘value’ => 0,
),
Can I write it in the query string?tried to write like this:
meta_query[]key=sorting&meta_query[]value=0
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Custom_query’ is closed to new replies.