• Hi!
    I am desperately trying to show the attribute description on Attribute Archives. For tags and categories I show the description below the products, in the archive, with this code in functions.php

    remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
    
    add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 100 );

    and I want the same for attributes but the description is not showing at all

    can somebody help?

    Thanks a million in advance!

    Åsa

    https://ww.wp.xz.cn/plugins/woocommerce/

The topic ‘Show attribute archive description’ is closed to new replies.