Author: Bandicoot Marketing

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 gather…

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 was…

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 iPod.…

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. I…