Hierarchy Post Type Post Table Custom Sort
-
Hi all,
I have a custom post type which is hierarchical. It’s in relation to a sporting competition. I want the table to be sorted by date, and not the default wordpress order.
For Example, his maybe wordpress default order.
Parent 1 – start date 2010
— P1 child 1 – start date 2011
— P1 child 2 – start date 2012
— P1 child 3 – start date 2013Parent 2 – stat date 2005
— P2 child 1 – start date 2006
— P2 Child 2 – start date 2012
— P2 child 3 – start date 2014How do i get it to sort and show like this:
— P2 child 3 – start date 2014
— P1 child 3 – start date 2013
— P2 Child 2 – start date 2012
— P1 child 2 – start date 2012
— P1 child 1 – start date 2011
Parent 1 – start date 2010
— P2 child 1 – start date 2006
Parent 2 – stat date 2005I want the newest competition to always be on top, not the newest parent competition. It means that users will have to do search terms and go to the second page to find the latest competition if its parent is older.
- The topic ‘Hierarchy Post Type Post Table Custom Sort’ is closed to new replies.