Sometimes WooCommerce store owners don't want end users making it to their product detail pages. WooCommerce is a great framework and some need custom setups to accomplish their goal. For…
For some WordPress sites you may not want to allow commenting on any of your posts, pages, products etc... If it's a new site then turning them off at the…
Advanced Custom Fields is one of my favorite WordPress plugins. It has so many different uses and really cuts down on the amount of custom code you need to write.…
Pulling a product's custom attributes in WooCommerce is a simple task using the get_attribute() function. Prior to WooCommerce version 3 we would use the woocommerce_get_product_terms like so. global $product; $productAttribute…
Looking for a way to disable plugin update notifications within WordPress? With a few lines of code dropped into your functions.php file this can be accomplished. Why would you want…
Contact Form 7 for WordPress is probably the most popular contact form plugin. Out of the box you can easily set the email address to send the contact form submission…
WooCommerce has a great plugin for categorizing your products at the brand level called WooCommerce Brands. It helps you group your products by their brand and assigns the correct schema…
Ever wondered how to count the number of words in one of your WordPress posts? Out of the box WordPress doesn't include a function to do this, but it's not…
Quick and easy example of how to disable payment gateways based on the Country in WooCommerce. Currently there isn't an easy way to do this through the WooCommerce settings so…
One of my favorite Wordpress themes lately is the Salient Wordpress Theme by ThemeNectar. It does most things with ease and there are settings that save you quite a bit of…