
Exclude Categories from your RSS Feed in WordPress
I had someone ask me how to do this the other day and I didn’t know how. But after reading through some of the WordPress Codex I was able to…
I had someone ask me how to do this the other day and I didn’t know how. But after reading through some of the WordPress Codex I was able to…
If you’ve messed around with CSS3 you have probably seen some of the new pseudo classes pop up here and there. An interesting one that I just started to use…
Sometimes, you need to upload a large file to your site, and the default 8mb limit in WordPress isn’t enough. I attempted to change my limit directly on my server,…
A while back I wrote a short tutorial entitled “A Clever and Safe Way to Display your Email Address” which explained how you could use CSS to safely display your…
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 placeholder text for the input fields on a recent project and I needed to make sure that the text would appear in all browsers. I had…
I published a tutorial quite a while back called Simple Voting for WordPress with PHP and jQuery. It was not without its problems, and recently I needed to improve on…
I already wrote about this a while back in “How to Display an Author List with Avatars in WordPress” but I recently realized that it needed updating. There’s a better…
Yesterday PressWork launched a new theme in conjunction with Empire Avenue. The original design had a really nice shadow effect on the images and I wanted to make sure that…
A while back I worked on a site that required a hover effect where a black and white image faded into a color image. I wrote a tutorial called Creating…