Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMarius Serban
7,115 PointsWordpress dashboard
Is there a way to have my own UI for the WordPress dashboard? Thank you!
2 Answers
Austin Whipple
29,725 PointsYes! Ultimately, you can completely customize WordPress because you have total access to the code. However, you want to be VERY careful when you start making changes to WordPress core code. In fact, you should probably completely avoid it because it'll make upgrades very, very annoying.
That said, through the use of theme customization and plugins you can make plenty of safe changes to the WordPress Dashboard UI including color scheme adjustments, navigation changes, and login screen layout. I recommend getting started with this Treehouse course on the matter.
Marius Serban
7,115 PointsThank you very much Austin! Really appreciate you taking time to answer my question.