• Hello,

    I use wootique theme and woocommerce plugin. I would like to show attribute descryption on its page but can’t do that.

    It’s is shown on archive.php and there for tag descryption is something like this:

    <?php } elseif (is_tag()) { ?>
    			<span class="archive_header"><?php _e( 'Tag Archives:', 'woothemes' ); ?> <?php echo single_tag_title( '', true); ?>
    			</span>
    
    			<div class="tag-description">
    				<?php echo tag_description(); ?>
    			</div>

    What I need to include into archive.php file to show the descryption of the producent – one of the attribute (taxonomy=pa_producent)?

  • The topic ‘[Wootique Theme] Woocommerce taxonomy descryption’ is closed to new replies.