How to build custom WP admin with custom URLs

WordPress has some pretty solid documentation for this. What you are asking for will require that you learn a good bit of programming.

Check out here for basic plugin development information: https://codex.wordpress.org/Writing_a_Plugin

This page has specific information about making your own administration panels:
https://codex.wordpress.org/Adding_Administration_Menus

If this is something you are passionate about I would consider looking around at local community colleges for courses in web programming. There are also numerous classes/guides available online if you learn well that way.

Leave a Comment