Tutorials for setting up free shipping for a single product typically include the following steps: Creating a new Shipping Class under WooCommerce > Settings > Shipping > Shipping Classes > Add Shipping Class, typically called “Free Shipping”. Assigning the new Shipping Class to the individual product under Product data > Shipping > Shipping Class Setting […]
Continue readingWooCommerce: Free Shipping For A Single Product, Standard Shipping For All Other ProductsCategory Archives: WordPress
The National Air Traffic Controllers Association
This is my first post since July. I’ve been working almost exclusively on the development and build for the National Air Traffic Controllers Association (NATCA) website. As with projects of this caliber, I like to do a thorough write-up of my experiences during the process — the good, the bad, and the ugly.
Continue readingThe National Air Traffic Controllers AssociationDisable WordPress Plugins via Database
To disable all WordPress plugins via the database, run the following SQL command: UPDATE wp_options SET option_value = ” WHERE option_name = ‘active_plugins’;
Continue readingDisable WordPress Plugins via DatabaseAllow WordPress to Use Permalinks on Amazon EC2
On Amazon EC2, even with a properly configured HTACCESS file, permalinks will not work, resulting in 404 error pages.
Continue readingAllow WordPress to Use Permalinks on Amazon EC2Different headers in Divi
I was building a Divi site for a client and they wanted a dramatically different looking header for interior pages. The visual differences couldn’t be accomplished with CSS alone. There had to be some structural changes.
Continue readingDifferent headers in Divi