Category Archives: WP Tutorials
Sample products loop
<ul class="products"> <?php $args = array( 'post_type' => 'product', 'posts_per_page' => 12 ); $loop = [...]
Disable the default stylesheet
You need to add code to your child theme’s functions.php file or via a plugin that allows [...]
Change number of products per row
Add code to your child theme’s functions.php file or via a plugin that allows custom functions to [...]
Change number of products displayed per page
Add code to your child theme’s functions.php file or via a plugin that allows custom functions to [...]
Send coupons used in an order by email
This snippet sends by email the list of coupons used in an order. You can [...]
Allow shortcodes in product excerpts
Add code to your child theme’s functions.php file or via a plugin that allows custom functions to [...]
