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.
Classes and IDs
You may have heard about these things on the web. You have probably seen them in your code. It looks very familiar: <div id=”container”> It doesn’t need to be confusing. Classes and IDs are simply a way to organize your code and add styles to certain elements in your design. To make it easier to […]
WordPress: Say Goodbye to “Howdy”
Ever wanted to know how to get rid of the “Howdy” text next to your name in WordPress? In this tip, I’ll show you how to do it by editing your functions.php file!
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!
Facebook Fix: Facebook Not Showing the Correct Title for Website
Just had a client have a problem with Facebook and their WordPress blog. They created a post, and after publishing it, realized that they written the title wrong. So they went back and fixed it. However, whenever someone posted that site URL onto Facebook, it showed the old title, not the new one. Obviously, this […]