The following code removes product categories from the WooCommerce Product Category Widget. It goes in your theme's functions.php file. To remove only one WooCommerce product category, remove the extra ID's and trailing commas. UPDATE: A recent comment on this post reminded me that I wanted
How to Provide Online Customer Support
Online Customer Support: What, Who, Why, and How? If you offer any type of support for your customers for the product or service you provide, keep reading to learn about why you should utilize the internet to provide your support and how you can do it. If you're using WordPress, there are multiple
How to Insert Shortcodes Into Text Widgets and Excerpts
By default, WordPress does not execute shortcodes in text widgets or excerpts. To insert a shortcode into a text widget and/or excerpt, you need to add some code into your functions.php: //Enable Shortcodes in WordPress Excerpts and Text Widgets. Add to functions.php add_filter('the_excerpt',
WooCommerce Add-to-Cart Redirect Based on Product
UPDATE: This method is fine if you want to redirect a product with a specific product category. However, if you don't need this category requirement, I released a plugin on WordPress.org for WooCommerce add-to-cart custom redirects on a per-product basis. Recently, I helped a reader with a
How to Change the WordPress Page Editor
Changing the WordPress Editor The WordPress Editor is where you add your content to posts and pages. When adding your content, you have two different options: Visual and Text. The Visual Editor is where you can edit text and your page's layout "visually", no HTML required. It also contains the
- « Previous Page
- 1
- …
- 11
- 12
- 13