order_by in custom table WP_Query?

Support MB Custom Table order_by in custom table WP_Query?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #44553
    Michael KernMichael Kern
    Participant

    Hello all,

    While I was reviewing the docs here, I noticed that the meta queries are done via an SQL query syntax since the WP_Query() won't support meta queries directly. I fully understand that. However, do other parameters such as 'order_by' => 'meta_value' continue to work? If not, what are the workarounds for using meta values in the query to do things like sorting?

    #44563
    Michael KernMichael Kern
    Participant

    Hello,

    Following up on this

    #44577
    PeterPeter
    Moderator

    Hello Michael,

    Sorry for the late reply. You can still use the parameter 'order_by' => 'meta_value' in WP Query. The SQL query helps you to get a list of post IDs that have the specific field value stored in the custom table.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.