Woocommerce Products Step-by-Step

From the left side of your wp-admin page click on Products then choose Add Products or select the product you want to edit. Center Column Add Product Name Ignore the main text widow Fill in Product Short Description Center Column > Product Data - Simple Product…

Woocommerce Cheat Sheet

Add CSS only on the Shop page change .xxx to the specific CSS element you want to change .archive.post-type-archive-product.woocommerce .xxx { background-color: pink; } Increase Your PHP Memory Add this to wp-config.php // Increase PHP Memory as recommended by Woocommerce define( 'WP_MEMORY_LIMIT',…

WordPress Essentials

Reset Admin Password Through FTP 1. Log in to your site through FTP and open functions.php. 2. Add this code at the beginning, after the first <?php: wp_set_password( 'password', 1 ); 3. Enter a new password for the main admin user. "1"…