I have a WordPress site with a custom post type created using the “WCK” plugin. That custom post type has some custom fields created using the “Advanced Custom Fields” plugin. I’d like posts on the front page to sort by the custom date field. I’d also like it to list only posts within a date range. Can you point me in the right direction?
Hi @rbtvance
Please check this page to learn more about how to query posts based on custom fields: https://www.advancedcustomfields.com/resources/query-posts-custom-fields/.
I hope this helps.