For visibility and seo reasons, i want below the product overview (https://www.surfemotions.ch/produkte/kite/) some more text and informations how can i do this. in the categorie tab i can write some text, but this come all before the products…
regards raphael
i found this: http://www.wpmusketeer.com/code_snippets/updated-to-use-custom-term-meta-add-description-below-products-on-woocommerce-product-category-archive/ but i dont can make it work…
Hi!
Thank you for using Enfold.
You can do the suggestions there but it’s a bit complicated. Another workaround is to move the category description below the product loop.
add_action('woocommerce_before_shop_loop', 'woocommerce_before_shop_loop_mod');
function woocommerce_before_shop_loop_mod() {
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_taxonomy_archive_description', 11 );
}
add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 10 );
Cheers!
Ismael
hmmm.. goal is to have one on top and one below…
Hi,
Sorry but it’s not clear what you like to have on top and below what? Please elaborate the issue or upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)
Best regards,
Vinay