WP_Query, query satisfies a custom field and sorted by other values
-
Hi
I’m trying to get posts satisfies a custom field and sorted by other values. For example
query posts:
meta_key = _label
meta_value = product
but order by ‘_view’, _view is also a meta key.I don’t know how to write query like that and I found nothing useful in Codex. Any help? Can I write a query like that by built in functions?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WP_Query, query satisfies a custom field and sorted by other values’ is closed to new replies.