Tag Archives: genesis theme add comments
Hide loop read more buttons for out of stock items
You need to add this code to your child theme’s functions.php file or via a plugin that [...]
Show cart contents / total
Add this code to your child theme’s functions.php file or via a plugin that allows custom functions [...]
Display My Account link in a template file
Displays a link to the user account section. If the user is not logged in [...]
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 [...]
