Using the new posts element / looper feature, I am able to display a custom post type. However, I noticed there seems to be no way whatsoever to order by a custom field. Is there a way around this, perhaps with the query builder? I was able to get my custom post type to appear by entering post_type=webinar. But…how can I add additional parameters to this query?
Hello @cwsglobal,
Thanks for writing in!
Yes, you will have to use the Query String.

Kindly check out the WordPress codex to complete your Query. Check this out:
- https://developer.wordpress.org/reference/classes/wp_query/#post-type-parameters
- https://developer.wordpress.org/reference/classes/wp_query/#custom-field-post-meta-parameters
Hope this helps.
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.