Black Studio TinyMCE WidgetAdds a new "Visual Editor" widget type based on the native WordPress TinyMCE editor. TinyMCE AdvancedEnables advanced features and plugins in TinyMCE, the visual editor in WordPress. Classic EditorOverrides the Gutenberg block editor … [Read more...] about WordPress editor plugins
An Easier Way To Manage Amazon S3
With Cloud Storage gaining popularity over the past few years, more and more website applications are integrating with services like Amazon's low-cost S3 "Simple Storage Service". In the WordPress community many eCommerce, Backup, Contact, Membership, Media, and a wide range of other plugin types integrate seamlessly with Amazon S3 using API keys. These integrations make it … [Read more...] about An Easier Way To Manage Amazon S3
WordPress Membership Plugins for 1ShoppingCart
When it comes to WordPress and membership plugins, your options are plentiful. But, what if you want to integrate your membership plugin with 1ShoppingCart.com or one of it's branded partners? Unfortunately, you don't have quite as many options; after a bit of Google Research, I was only able to locate two suitable options. WishList Member and Magic Members appear … [Read more...] about WordPress Membership Plugins for 1ShoppingCart
Add Navigation Bar Widgets to Genesis Child Themes
How to add Primary and Secondary Navigation Widgets to Genesis Navigation Bars. Add the following code to your WordPress theme's function.php file, or a functionality plugin to add Primary and Secondary Navigation Widgets to Genesis. … [Read more...] about Add Navigation Bar Widgets to Genesis Child Themes
Prevent product category from displaying on WooCommerce shop page
Add the following code to your theme's function.php file, or a functionality plugin to modify the WooCommerce Shop Page in order to prevent specific categories from displaying on the WooCommerce Shop Page. … [Read more...] about Prevent product category from displaying on WooCommerce shop page
Open GitHub Gists in New Window in WordPress
Add the following code to your theme’s function.php file, or a functionality plugin to modify Open GitHub Gists in New Window in WordPress. To open GitHub Gists in a new Window in WordPress adjust the jQuery in the Gist to include the "Target = _Blank" code. … [Read more...] about Open GitHub Gists in New Window in WordPress
Change the number of WooCommerce Related Products
Add the following code to your theme's function.php file, or a functionality plugin to modify the number of WooCommerce Related Products that are displayed. … [Read more...] about Change the number of WooCommerce Related Products
Re-position the price on the single product page
Add the following code to your theme's function.php file, or a functionality plugin to move the price under the excerpt in the short description on the WooCommerce shop page. … [Read more...] about Re-position the price on the single product page
Genesis – display featured image before single post title
Add the following code to your WordPress theme's function.php file, or a functionality plugin to display a featured image before the title on a single post. … [Read more...] about Genesis – display featured image before single post title
Modify the Genesis content limit read more link
Add the following code to your WordPress theme's function.php file, or a functionality plugin to modify the Genesis content limit read more link … [Read more...] about Modify the Genesis content limit read more link