Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I need to create 3 custom edit.php pages which only display pages with a certain parent and the Post New button links to a new page with the corresponding parent.

The closest answer I can is do not edit core files and just remove meta boxes etc. How can I customize "Pages" admin (edit.php) and "Edit Page" admin (post.php) for bulk edit of custom content type?

But I cannot do this. Any suggestions how I can duplicate the edit.php page?

So far I duplicated the code into my template but it displays no pages:

custom edit page

share|improve this question
Can you post the code you are using to make this custom screen? If too large, make a simplified, minimal working version... – brasofilo Dec 30 '12 at 19:25
Maybe you don't need "all that", maybe you can get what you need just running the Pages Children plugin. If nothing else, it has some code you can study for your specific needs. – webaware Jan 1 at 10:45
@brasofilo I just copied the code out of the edit.php file – ptimson Jan 2 at 15:09

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.