Tag: WordPress

Trim Characters using PHP

I had previously written about how you can easily trim your text using a build in WordPress function called wp_trim_words() but sometimes you actually want to trim your text to…

Gridiculous for WordPress

I’ve been working on a WordPress theme for my Gridiculous boilerplate for quite a while and I’m finally finished. I submitted it to WordPress.org but it usually takes them a…

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

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…