When creating themes, it may become necessary to setup a site so that users see one theme while the logged in users see a different one. This may be because you are updating your theme, or changing content. Either way, you need an easy way to show different themes to different users. Keep reading to find out how I did it.
PHP
Designing a Better Blog
I’ve had several people ask me about my process for designing a new theme for a client (either for WordPress or just a static HTML page). Since all of my themes are custom made, I don’t use templates. However, I do use other sites for inspiration.
WordPress: Removing the Update Notices
In my years of working with WordPress, I’ve created (and found via the web) a set of functions that will hide the menu items and notifications that I don’t want my clients to see. If this is something you’d like to do, keep reading!