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 trial

WordPress Getting Started with WordPress Getting Started with WordPress When is WordPress Not the Best Solution?

Hossam Khalifa
Hossam Khalifa
17,200 Points

WordPress Admin Area within the website itself

I want to know if I can make the admin area in WordPress integrated in the website itself that I build,so if I have a customer for example,which I have to built I a website for,I can make him just use the site without being connected to WordPress??

2 Answers

Jacobus Hindson
Jacobus Hindson
14,429 Points

If it is just for Editing Posts/Pages etc you can utilise some front-end editors to do this, WordPress are even working on an official one as we speak, but they are still reliant on the client logging into WP.

There are a lot of hooks/options for customising the Admin area also. For example in a recent multi-blog site I did I removed everything from admin for blog users except Media and New Post options. I even wrote a code that forced them to pick a category for posts and integrated that with a Custom Roles plugin. This made the learning curve for the end user a lot simpler..

Nicole Solis
Nicole Solis
14,469 Points

Hi Hossam! As far as I know, I don't think that's an option. I was looking at your points in Wordpress though, and I think you'll be interested in the later courses on customizing the input options for Wordpress. If you're worried that a client won't be able to understand how to put information or posts/items into their page, there are awesome plugins to customize which make fields really tailored. The videos will mentions plugins like "Custom Post Type UI" and "Advanced Custom Fields". Best of luck! Nicole