Support

Account

Home Forums Front-end Issues Order by field, but another meta_key has been used Reply To: Order by field, but another meta_key has been used

  • Hi @fadhil_ks,

    Thanks for the post.

    In this use case, I would recommend you make use of a meta_query to filter the posts by the custom field value.

    This is explained in detail here: https://codex.wordpress.org/Class_Reference/WP_Query

    I hope this helps.