This topic has 5 replies, 4 voices, and was last updated 8 years, 2 months ago ago by Robert Hall
I would like the description of the category of products, text is displayed at the bottom of the page.
Hello,
Could you please show on a screenshot what you want to achieve?
Also show a direct page where changes should be made.
Best regards,
Jack Richardson.
It is the text describing the categories. You can see in this image:
http://doncarteltienda.es/wp-content/uploads/category-description.jpg
Hello,
You need edit the file wp-content/themes/woopress/woocommerce/archive-product.php and move the code <?php do_action( 'woocommerce_archive_description' ); ?>
in line 43 to line 106.
Regards,
Eva Kemp.
Hello,
You may edit \themes\woopress\woocommerce\archive-product.php file.
Find this code <?php do_action( 'woocommerce_archive_description' ); ?>
and put it after the following code
<?php
/**
* woocommerce_after_shop_loop hook
*
* @hooked woocommerce_pagination - 10
*/
do_action( 'woocommerce_after_shop_loop' );
?>
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up