Archive for the ‘Tips’ Category

Something That Every WordPress Designer/Developer Should Have in Their Toolkit

This might seem a bit odd, but I’m going to write a plug here for an amazing WordPress related eBook. I happened to be doing some research around the net for some of our upcomping screencasts and tutorials when I happened upon this very reasonably priced eBook. Given that it is co-authored by the one-and-only [...]

4 Simple Ways To Kill SPAM From Your WordPress Site

With over 1.6 million blog posts and 175,000 new blogs going live every day covering every possible topic, it’s no wonder that this is the front lines in the battle against SPAM. It’s so easy to stop SPAM dead in it’s tracks, yet so many people don’t take ten minutes to do simple things that [...]

Take Control Over Post Ordering With Custom Keys

Ok. So, the most visited posts on this site all have to do with ordering posts by custom keys (here & here). We wrote some functions that made this super easy. Just copy/paste and you were ready to go. Well, we came across a little gem on the WordPress Codex that greatly simplifies this process.

WordPress.tv

Today the folks who developed WordPress have launched a new tool to help people get up and running with their blogs. It’s going to be a valuable resource for people who have questions and don’t want to waste their time wading through the codex or the support forums. Hopefully they’ll support user submitted content to [...]

Order Posts by Custom Key revisited

I’ve gotten quite a few questions about how to get this to work on a specific page, or only within a specific category. I actually had the same issue when building the script originally. The trick is that you can’t just use the conditional tags in the functions page. At that point, it’s already too [...]