• 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)
  • Hey there, @boppar! Thanks for contacting us. I’m happy to help you.

    Yes, this can be done with custom code ??

    While we can’t provide support for code customization as per our support policy, we do our best to offer advice and direct you to appropriate resources.

    You can visit the WooCommerce Facebook group or the #developers channel of the WooCommerce Community Slack. We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there too.

    I’m going to leave it open for a bit to see if anyone is able to chime in and help you out further.

    Please let us know if there’s anything else we can do to help or if you have any questions.

    Have a wonderful day!

Viewing 1 replies (of 1 total)
  • The topic ‘Category descriptions both above and below products. Possible?’ is closed to new replies.