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 trialJonathan Obino
3,155 PointsWhat about customizing it by, for example, the functions.php file?
In these last tutorials you are showing how to customize the admin area just with plugins, what about customizing them with hand coding?
Jonathan Obino
3,155 Pointswell, customizing that with functions.php I think that does the job well, even if Wordpress updates it doesn't change your custom functions.php file
1 Answer
Zac Gordon
Treehouse Guest TeacherHi!
I think you're missing about half the videos! We go through both code examples and plugin examples so you can take either approach.
Try this video for example: http://teamtreehouse.com/library/customizing-the-wordpress-admin-area/custom-dashboard-widgets-in-wordpress/how-to-add-custom-wordpress-dashboard-widgets-via-the-functionsphp-file
Jonathan Obino
3,155 PointsI'm following the wordpress path, plugins are the next "episode" in the track, anyway thanks for quick answer, worth the money :D
Blake Anneberg
23,304 PointsBlake Anneberg
23,304 PointsGood idea and hope this helps: There are different ways to do certain things. The videos your watching (if i remember) will allow you to help someone set up a very custom backend. just remember, when Wordpress updates (for security) files will get changed. so editing them with the plugins is a way of making sure what your doing is future proof and won't mess with future updates.