I am getting closer – but still not quite there.
PC uses a drop down menu to choose the type – A, AA, AAA, AAAA. Some years have only 2 out of the four. I can't only check to see if there are none – I must also filter by the drop-down as well.
So I may have the following –
Plateau A
2013 – Name
2012 – Name
2011 – Name
Plateau AA
2013 – Name
2012 – Name
(2011 – do not show)
Plateau AAA
2013 – Name
(2012 – do not show)
2011- Name
Plateau AAAA
(2013 – do not show)
2012 – Name
2011 – Name
Is there a way to run the types_child_posts() function, and pass filter criteria as well (or another function entirely)? I would need to do that to accomplish the final result. I am so close.