WP Utility Short Codes Plugin – Free

August 29th, 2010
wpus-banner

This plugin lets you very easily insert utility boxes and buttons, which can be used for any number of things, such as drawing your visitors to important information. For example, download links. View Live Demo Download

Minimum Word Count for WordPress Posts

August 26th, 2010

If you wish to set a minimum word count for your posts (this can be useful for a variety of things, including maintaining a clean layout), simply add the following snippet to your functions.php file and set the number to whatever you wish. function minWord($content) { global $post; $content = $post->post_content; if (str_word_count($content) < 100 ) //set this to the minimum number of words wp_die( __('Error: your post is below the minimum word count.') ); } add_action('publish_post', 'minWord'); If an author tries to publish a post with fewer ...

Simple Utility Icons – Free

August 22nd, 2010

These are a simple set of 6 20x20 icons I came up with the other day while working on a new WP plugin, and thought I'd give them out to everyone for free. You are free to use them anywhere you like, including commercial projects, as long as you give credit to me.

Simple Share – Easy Social Sharing

August 10th, 2010
screenshot

Simple Social Network Sharing for WordPress Simple Sharing is an easy to use social network sharing plugin that adds a “share” box to each of your individual posts, allowing your readers to easily share your post over many of the most popular social sharing networks. But What’s Different from Others Unlike many social network sharing plugins, Simple Share floats just to the left of your content and scrolls with the page as readers scroll, keeping it always in view. Why does this matter? Readers have ...

Full IE Support in WordPress Font Uploader v1.2

July 26th, 2010
font-uploader-thumb-v1.2

I'm pleased to announce that my premium WordPress Font Uploader plugin now has full support for fonts in Internet Explorer. 100% Cross Browser Compatible Fonts This means that you can now display any font anywhere you like on your website, while being assured that it will work no matter what browser your site visitor is using. Check out the screencast below for a demonstration of this new feature. Convert your fonts To convert your fonts to a .eot, readable by Internet Explorer, use the link ...

About Me

Pippin Williamson is a freelance web designer / developer that has a sometimes unhealthy addiction to coffee and Wordpress.

He builds custom wordpress themes that are specialized for Content Management.

Read more about Pippin.

Page 1 of 712345...Last »