Archive by Author

Add Twitter Bootstrap Icons to Widget Titles in WordPress

03 July

Best option I’ve found is via a shortcode. Open your functions.php in your favorite text editor and first enable shortcodes for widget titles: add_filter(‘widget_title’, ‘do_shortcode’); Then, add your shortcode with the icon: add_shortcode(‘iconthlist’, ‘sozot_iconthlist’); function sozot_iconthlist() { return ‘<i class=”icon-th-list”></i>’; } Twitter Facebook Google+ LinkedIn

Plugin & Theme Updates, 07-01-2013

01 July

Hi folks, Just a heads up, I’ve updated a number of themes and plugins this week. You may want to check whether you’re due for an update. Here’s a list of what’s changed: WooCommerce Product Add-ons Version 2.0.9, Released on 2013-06-28 WooCommerce Subscriptions Version 1.3.5, Released on 2013-06-24 WooCommerce Catalog Visibility Options Version 2.2.7, Released […]