Support

Account

Home › Forums › General Issues › How can the following wp query be sorted by a custom field? › Reply To: How can the following wp query be sorted by a custom field?

  • do you have other plugin that tries to modify the wp query?

    to debug further,

    try printing out the $news_query->request just after you initialize the WP_Query for the actual MYSQL statement and see if the order is actually format properly.