Tag Archives: php

More Twitter Shortcodes for WordPress

Building on my WordPress Shortcode How To, here are two more Twitter shortcodes. I’ve also added a new project on google code to track all of my shortcodes. The first new shortcode is for twitter search. It’s logically enough Like … Continue reading

Posted in Code, WordPress | Tagged , , , | 2 Comments

Commit: The Story of Writing a WordPress Patch

Hanging out in the #WordPress irc channel or on the wp-hackers mailing list, a question that comes up from time to time is “How do I get a bug patched”. I recently had a patch committed, so I thought I … Continue reading

Posted in Programming, WordPress | Tagged , , , | 4 Comments

WordPress External Cron Plugin

There are plenty of scripts out there that require you to request a page on a daily basis to perform certain tasks. Normally you can accomplish this by setting up a simple cron. And on a good host, that’s easy. … Continue reading

Posted in Code, Programming, WordPress | Tagged , , , , | 9 Comments

WordPress Widget – Exclude some categories

I’ve often found a need for a simple replacement to the WordPress category widget that allows me to remove some of the categories. I whipped this up real quick for a client and thought others might find it handy. You … Continue reading

Posted in Programming, WordPress | Tagged , , | 3 Comments

WordPress Shortcodes – A how to by example

I love the WordPress shortcode api. I’m willing to stand on a roof and scream it. It makes so many aspects of developing a WordPress site so much easier. It allows you to add dynamic information to any post, page, … Continue reading

Posted in Code, Programming, WordPress | Tagged , , | 17 Comments

You Better Know the Basics

When you first start working with WordPress, you need to know that there are five languages you could be interacting with. You don’t need to be an expert at any of them (and in fact can want make amazing sites knowing none … Continue reading

Posted in Programming, WordPress | Tagged , , , , , | 2 Comments