Tag Archives: plugins

New Plugin: WordPress Appearance Date

I created this plugin because I needed a way to show posts earlier than their scheduled publish date. The client wanted posts to be scheduled for March, with everything that entails: March dates, appearing the March archives, etc., except appearing a week earlier. WP Appearance Date lets you set arbitrary dates for your posts to […]

New Plugin: WP Delayed Email

I needed a way to send an email in the future, so I came up with WP Delayed Email. Activate the plugin, and you can call wp_delayed_mail() just like you would wp_mail(), except that you pass a timestamp argument for the time you want the email to be sent.

New WordPress Plugin: Custom Image Sizes

I make a lot of WordPress themes, and frequently clients want to associate a particular size of image with a post. You can do this easily with WordPress by using add_image_size() to define an image and then by calling wp_get_attachment_image() later to print the markup for that image. So for example, if I have an […]

Filosofo’s WordPress Gravatar Plugin

Automattic, the company behind WordPress, recently acquired Gravatar. In case you don’t know, gravatars—or “globally recognized avatars”—are images that you can associate with an email address, so a picture of your choice can appear alongside your comments on many others’ blogs. Gravatar already provides a simple WordPress plugin, but it suffers from a common plugin […]