Support

Account

Home Forums General Issues Help with orderby function Reply To: Help with orderby function

  • Hi @norsninja,

    Thanks for the post.

    You will need to create a custom query with either the WP_Query or the get_post() function and pass a WP_Query object to filter the posts. You can then pass the name chrono as the meta_key.

    Please have a look at the following resource page for more info on defining this query: http://www.advancedcustomfields.com/resources/query-posts-custom-fields/

    I hope this helps.