Anastasia - Troy, MI

Homepage - Upcoming Events and News, check ordering, should order based on left most recent to least recent on the right

Assigned to
Kyle Sullivan, Web Development at Diocesan Kyle S.
Notes
Upcoming Events doesn't seem to do this, and I am not sure about the News below.

Comments & Events

Kyle Sullivan, Web Development at Diocesan
Cody Armock, Web Content Specialist at Diocesan Cody , I'll plan to review this toward the end of this week.
Cody Armock, Web Content Specialist at Diocesan
Suena bien
Kyle Sullivan, Web Development at Diocesan
I updated the query for these two components.
$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',
  ),
));
Kyle Sullivan, Web Development at Diocesan
Kyle Sullivan completed this to-do.