New looper feature: How to sort custom post type by custom field?

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.
Screen Shot 2020-12-18 at 10.33.38 AM

Kindly check out the WordPress codex to complete your Query. Check this out:

Hope this helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.