Log in to WordPress using an Email Address
I needed to figure out how to allow a user to use either their username or email address to log into WordPress. It took a bit of rooting around but…
I needed to figure out how to allow a user to use either their username or email address to log into WordPress. It took a bit of rooting around but…
I was working with Digibomb on presswork.me and we needed to add the current post’s category name to the body class in order to style the page differently from the…
Over the past month I have been working on a large project that has taken up a lot of my time, but I wanted to quickly share two small functions…
I have had to use this little bit of code a few times for multiple clients who didn’t want the new WordPress 3.1 admin bar. All you need to do…
If you’re a theme developer and you want to allow users to set a custom background image or color, activating the feature in WordPress 3.0 is as simple as including…
When you develop a theme for WordPress, you should consider giving your users a few customizable options so they can easily modify certain elements to their liking. Simple and easy-to-use…
I have been working with the http://bit.ly API and decided to change the short URLs on my site to include the short URLs provided by http://bit.ly. The API is pretty…