Hello,
How can I move “category description” above sidebar and products? I want to display it just under the category title.
Thanks a lot.
This topic has 6 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Stan Russell
Hello,
How can I move “category description” above sidebar and products? I want to display it just under the category title.
Thanks a lot.
Hello,
This question is a bit unclear for us. Could you please clarify us with more details?
Maybe provide screenshot for our better understanding how exactly you want.
As I see the category description is above products: http://prntscr.com/a9qwgx
Regards,
Robert Hall
Hi Robert,
Please find what I want:
Thank you.
In this case you need edit \wp-content\themes\royal\woocommerce\archive-product.php file.
Please move the following code after page-content class.
<div class="<?php echo ($full_width) ? 'container' : ''; ?>">
<?php etheme_category_header();?>
<?php do_action( 'woocommerce_archive_description' ); ?>
</div>
See screenshot:
http://prntscr.com/a9r41z
Regards,
Robert Hall
Hello,
Thanks a lot, that’s exactly what I want!
Hello tlgv,
you are welcome! Have a nice day!
Regards,
Stan Russell.
The issue related to '‘Category description’' has been successfully resolved, and the topic is now closed for further responses