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,…
I have had a lot of requests to revisit and update my Add Logo to Admin WordPress plugin so today I sat down and went over the code. There have…
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…
Things have been pretty crazy over the last little while and I thought it would be a good idea to explain why I haven’t been updating the site as much…
The year is almost over and the holidays are coming closer, so I thought it would be a good time to package together some WordPress themes and offer people a…
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…