Archive by Author

Add Twitter Bootstrap Icons to Widget Titles in WordPress

01 March

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’, ‘wpbase_iconthlist’); function wpbase_iconthlist() { return ‘<i class=”icon-th-list”></i>’; }

WooCommerce Downloads for 2018-02-15

28 February

Hello friends. A few WooCommerce plugin updates are now available for download: WooCommerce PayPal Pro Version 4.4.12, Released on 2018-02-08 WooCommerce Store Credit Version 2.1.13, Released on 2018-02-15 WooCommerce Product Bundles Version 5.7.5, Released on 2018-02-11 WooCommerce Subscriptions Version 2.2.18, Released on 2018-02-12 WooCommerce Name Your Price Version 2.7.1, Released on 2018-02-12 WooCommerce One Page […]

Enable Author Archives for Customers in WooCommerce

26 February

Add the following to snippet your theme’s functions.php file: /** * Revert WooCommerce “Disable author archives for customers.” ‘feature’ */ function remove_wc_disable_author_archives_for_customers() { remove_action( ‘template_redirect’, ‘wc_disable_author_archives_for_customers’, 10 ); } add_action( ‘after_setup_theme’, ‘remove_wc_disable_author_archives_for_customers’);

WooCommerce Downloads for 2017-03-13

14 March

Hello friends. A few WooCommerce plugin updates are now available for download: WooCommerce Subscriptions Version 2.1.4, Released on 2017-03-06 WooCommerce Facebook Version 1.2.0, Released on 2017-03-10 WooCommerce Product Feeds Version 7.0.5, Released on 2017-03-06 WooCommerce Free Gift Coupons Version 1.2.1, Released on 2017-03-06 WooCommerce Product Image Watermark Version 1.1.2, Released on 2017-03-10 WooCommerce Xero Gateway […]

WooCommerce Downloads for 2016-04-25

25 April

Hi friends. A few WooCommerce plugin updates are now available for download: WooCommerce Bookings Version 1.9.7, Released on 2016-04-22 WooCommerce Product Bundles Version 4.14.2, Released on 2016-04-21 WooCommerce Subscriptions Version 2.0.13, Released on 2016-04-22 WooCommerce Variation Swatches and Photos Version 2.1.4, Released on 2016-04-14 WooCommerce Authorize.net AIM Payment Gateway Extension Version 3.6.0, Released on 2016-04-20 […]

WooCommerce Downloads for 2015-10-07

07 October

Hi folks. A few WooCommerce plugin updates are now available for download: WooCommerce PayPal Pro Payment Gateway Extension Version 4.4.0, Released on 2015-09-08 WooCommerce Product Bundles Version 4.11.5, Released on 2015-10-06 WooCommerce Sage Pay Form Extension Version 3.1.3, Released on 2015-10-04 WooCommerce Product CSV Import Suite Extension Version 1.10.4, Released on 2015-10-07 WooCommerce Stripe Payment […]

WooCommerce Downloads for 2015-08-21

21 August

Hi folks. A few WooCommerce plugin updates are now available for download: Groups for WooCommerce Version 1.8.2, Released on 2015-08-12 WooCommerce Store Credit Plugin Version 2.1.4, Released on 2015-08-19 WooCommerce Dynamic Pricing Extension Version 2.10.5, Released on 2015-08-10 WooCommerce Custom Tabs Manager Version 1.3.1, Released on 2015-08-20 WooCommerce Catalog Visibility Options Version 2.6.7, Released on […]

WooCommerce Downloads for 2015-08-03

03 August

Hi folks. A few WooCommerce plugin updates are now available for download: WooCommerce Facebook Tab Version 1.1.8, Released on 2015-08-02 WooCommerce Postcode Address Validation Version 1.7.1, Released on 2015-07-31 WooCommerce Authorize.net AIM Payment Gateway Version 3.4.1, Released on 2015-08-03 Existing members, you can find these updates by logging into your account and checking the downloads […]

WooCommerce Downloads for 2015-07-24

24 July

Hi folks. A few WooCommerce plugin updates are now available for download: WooCommerce Bulk Stock Management Version 2.1.0, Released on 2015-07-19 WooCommerce Product Bundles Version 4.10.0, Released on 2015-07-20 WooCommerce Dynamic Pricing Version 2.10.2, Released on 2015-07-16 WooCommerce Stripe Payment Gateway Version 2.5.2, Released on 2015-07-19 WooCommerce Follow Up Emails Version 4.3.1, Released on 2015-07-20 […]