Помог решить вопрос - товарищ!
Вот решение:
завести атрибуты
файл content-product.php (в вукомерсе)
<? if(!empty($product->get_attribute( 'pa_speed' )))
{
?><div class="attribute speed">
<?=$product->get_attribute( 'pa_speed' ) ?>
</div><?
}
if(!empty($product->get_attribute( 'pa_dalhod' )))
{
?>
<div class="attribute dalhod">
<?=$product->get_attribute( 'pa_dalhod' ) ?>
</div><?
}
if(!empty($product->get_attribute( 'pa_diametr' )))
{
?><div class="attribute diametr">
<?=$product->get_attribute( 'pa_diametr' ) ?>
</div>
<?
}
?>