Title: WP_query
Last modified: August 21, 2016

---

# WP_query

 *  [machacek76](https://wordpress.org/support/users/machacek76/)
 * (@machacek76)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/wp_query-5/)
 * hi all
 * i need to do wp_query order by custom fields and date
 * custom fileds publish date
    (val) 1 2013-10-23 1 2013-09-23 1 2013-09-20 0 2013-
   10-23 0 2013-10-20 0 2013-10-18 0 2013-09-12
 * this query:
 *  $args = array(
    ‘cat’ => 5, ‘orderby’ => ‘meta_value’, ‘meta_key’ => ‘free’,‘
   order’ => ‘DESC’, ‘meta_query’ => array( array( ‘orderby’ => ‘date’, ‘order’ 
   => ‘ASC’ ) ), ‘posts_per_page’ => 5 );
 * sorting:
    custom fileds publish date (val) 1 2013-10-23 1 2013-09-23 1 2013-09-
   20 0 2013-09-12 0 2013-10-18 0 2013-10-20 0 2013-10-23

The topic ‘WP_query’ is closed to new replies.

## Tags

 * [orderby](https://wordpress.org/support/topic-tag/orderby/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [wp_query](https://wordpress.org/support/topic-tag/wp_query/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [machacek76](https://wordpress.org/support/users/machacek76/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/wp_query-5/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
