Category descriptions both above and below products. Possible?
-
I would like to have a short category description above the products and another longer description below the products. Can this be done using a code snippet?
I know that the code snippet below moves the category description below the products, but I still want a short description at the top.
remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 ); add_action( 'woocommerce_after_main_content', 'woocommerce_taxonomy_archive_description', 5 );
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Category descriptions both above and below products. Possible?’ is closed to new replies.