✔ Homepage - Upcoming Events and News, check ordering, should order based on left most recent to least recent on the right
Completed by Kyle S.
- Assigned to
-
Kyle S.
- Notes
-
Upcoming Events doesn't seem to do this, and I am not sure about the News below.
$q = new WP_Query(array( 'post_type' => 'post', 'post_status' => 'publish', 'cat' => $cat_id, 'posts_per_page' => 3, 'order' => array( 'menu_order' => 'ASC', 'date' => 'DESC', 'name' => 'ASC', ), ));