How to Add Alt Tags to Gravatar Images in WordPress Comments for Better SEO When it comes to optimizing your WordPress site for SEO, every detail matters—right down to the…
Read More
How to Disable Lost/Changed Password Emails in WordPress There are several methods to accomplish this within WordPress. Today we'll show you two methods, one directly in your functions.php file and…
Read More
WordPress is a highly versatile Content Management System (CMS) that is used by millions of web developers worldwide. One of the most defining features of WordPress is its themes, which…
Read More
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…
Read More
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…
Read More
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.…
Read More
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…
Read More
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…
Read More
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…
Read More
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…
Read More