How do you create a custom edit.php / edit pages page
A menu solution is possible, and I’ll tackle it at the end, but another one it to add the custom links with the hook views_edit-$post_type. My Account and Checkout are two parent pages. Their links will use hardcoded page IDs: edit.php?post_type=page&checkout=1669 and we will catch the $_GET[‘checkout’] parameter to call a pre_get_posts hook. # Called … Read more