• Resolved Thomas Clausen

    (@tntc1978)


    In the archive-product.php you have this code:
    <?php do_action( 'woocommerce_archive_description' ); ?>

    Could you consider replacing it, so we would have support for custom post taxonomies with this?
    <?php echo term_description( '', get_query_var( 'taxonomy' ) ); ?>

    It will still display the description of the regular tags and description, but you will add support for the many custom taxonomies that people create. And support the “native” WordPress function.

    https://www.ads-software.com/plugins/woocommerce/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Adding description from custom taxonomies’ is closed to new replies.