From the list: Build ✔ Accordion template pull pages in alphabetical order? Veronica A. added this on Feb 07, 2019 Completed Feb 11, 2019 by Kyle S. Assigned to Kyle S. Comments & Events Kyle Sullivan, Web Development Does the client want these sacraments in alphabetical order? Feb 08, 2019 at 9:24 PM Notified 1 person Veronica Alvarado, Project Manager https://smip.diocesanweb.org/ministry-overview/christian-service-and-pastoral-care/ Feb 08, 2019 at 10:12 PM Notified 1 person Veronica Alvarado, Project Manager See if we can find a way to keep ORDER, but by default, pull in alphabetical A-Z Feb 08, 2019 at 10:15 PM Notified 1 person Veronica Alvarado, Project Manager Check out https://sacredheartsouthport.org/ministries/ Feb 08, 2019 at 10:15 PM Notified 1 person Veronica Alvarado, Project Manager Nevermind. They're using Order, not alphabetical Feb 08, 2019 at 10:17 PM Notified 1 person Kyle Sullivan, Web Development I've made the following adjustment to the WP_Query, and I also changed the color of the edit links to white.$args = array( 'post_type' => 'page', 'posts_per_page' => '-1', 'orderby' => 'menu_order title', // <= I modified this 'order' => 'ASC', 'post_parent' => $this_page ); Feb 11, 2019 at 4:23 PM Notified 1 person Kyle Sullivan completed this to-do. Feb 11, 2019 at 4:23 PM
Kyle Sullivan, Web Development Does the client want these sacraments in alphabetical order? Feb 08, 2019 at 9:24 PM Notified 1 person
Veronica Alvarado, Project Manager https://smip.diocesanweb.org/ministry-overview/christian-service-and-pastoral-care/ Feb 08, 2019 at 10:12 PM Notified 1 person
Veronica Alvarado, Project Manager See if we can find a way to keep ORDER, but by default, pull in alphabetical A-Z Feb 08, 2019 at 10:15 PM Notified 1 person
Veronica Alvarado, Project Manager Check out https://sacredheartsouthport.org/ministries/ Feb 08, 2019 at 10:15 PM Notified 1 person
Veronica Alvarado, Project Manager Nevermind. They're using Order, not alphabetical Feb 08, 2019 at 10:17 PM Notified 1 person
Kyle Sullivan, Web Development I've made the following adjustment to the WP_Query, and I also changed the color of the edit links to white.$args = array( 'post_type' => 'page', 'posts_per_page' => '-1', 'orderby' => 'menu_order title', // <= I modified this 'order' => 'ASC', 'post_parent' => $this_page ); Feb 11, 2019 at 4:23 PM Notified 1 person
$args = array( 'post_type' => 'page', 'posts_per_page' => '-1', 'orderby' => 'menu_order title', // <= I modified this 'order' => 'ASC', 'post_parent' => $this_page );