I'm creating a post type for a site where there 4 main 'parent' pages in a custom post type. For the sake of argument the post type is 'schools'
the 4 (of many) parents are:
Cambridge Teesside Newcastle Sunderland
The post type 'schools' is a hierarchical post type, and what I would like to do is treat any children of the top 4 pages as a blogroll in the individual pages. To do this I would like to add a custom menu item on the post type menu that looks something like this
edit.php?post_type=schools&parent=123
Is this possible? If not, does anyone know of another way I can achieve this?
Cheers