Hy
i want to move category description after products listing
from another thread on this forum i followed this post
https://kriesi.at/support/topic/moving-category-description-under-products/
But adding this code
// move category description
add_action(‘init’, ‘woocommerce_mod’);
function woocommerce_mod() {
remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_taxonomy_archive_description’, 11 );
add_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_taxonomy_archive_description’, 5 );
}
shows me this error
Something went wrong. Your change may not have been saved. Please try again. There is also a chance that you may need to manually fix and upload the file over FTP.
Hey kevinfatima,
You can add the code via FTP. Have you tried that?
Best regards,
Victoria