Add theme header and footer to admin dashboard?
By james harvey, 7 years ago. Last reply by Alex S, 7 years ago
How can add the header and footer of my site into the admin dashboard so that the admin dashboard resembles the frontend of my site? The structure that I want would be {Header.php} {Admin Dashboard} {footer.php} There are a few ways to inject html into the admin dashboard as outlined here https://codex.wordpress.org/Creating_Admin_Themes but what I…