May
14
2012
trimwords

Trim Your Text with wp_trim_words() in WordPress

When I first started putting out Premium themes for WordPress, I create a custom excerpt function that would trim your post content to a certain number of words. Today,...

Read More

8 comments

May
03
2012
betterpages

A Better wp_link_pages() for WordPress

If you’ve written a long post, WordPress provides the <!--nextpage--> quicktag so you can divide it into multiple pages. All you need to do is make sure that the...

Read More

1 comment

May
01
2012
timesince

Display Time Since Published in WordPress

This is just a little snippet I discovered in the WordPress codex that allows your to display the time since your post was published. I wrote it into a...

Read More

2 comments

Apr
27
2012
googleplus_sml

Adding Google+ Meta Tags in WordPress

If you’ve decided to include a Google+ button on your WordPress site, it’s also suggested that you add a few new meta tags to your header so that you...

Read More

4 comments

Apr
24
2012
multiple_authors

Get Latest Contributors in WordPress

If you have a WordPress blog with multiple contributors, you might want to display a list of which ones have been recently active. There isn’t a direct way to...

Read More

1 comment

Site5 Affiliate Link

Apr
23
2012
gridiculous_sml

Gridiculous – Another Responsive Grid Boilerplate

I know, I know. There are already quite a few responsive grid boilerplates out there. But they didn’t do exactly what I needed so I decided to create my...

Read More

5 comments

Apr
18
2012
debugbar_sml

Debug Bar Plugin for WordPress

I was working on a test site on WordPress.com yesterday and I noticed a Debug button in the admin bar. Clicked on it and some awesome info appeared that...

Read More

4 comments

Apr
15
2012
ios_only

Only Add a Script on iOS Devices

I was working on a site that required a small jQuery function to load only if the site was opened on an iOS device, ie. the iPad, iPhone or...

Read More

5 comments

Apr
06
2012
breadcrumbs_sml02

Breadcrumbs for WordPress with Twitter Bootstrap

I’m not too sure if breadcrumbs are still popular when it comes to modern websites but I find them pretty useful when navigating around. I put together a simple...

Read More

5 comments

Mar
26
2012
paragraph

Add Class to All Excerpts in WordPress

In WordPress, the post excerpt can be displayed using a function called the_excerpt(). This function has no parameters but it does have some filters which you can hook into....

Read More

2 comments