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,...
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,...
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...
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...
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...
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...
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...
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...
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...
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...
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....