En la plantilla de post escribí ese código:<?php foreach (get_the_terms(the_ID(), 'taxonomy') as $cat) : ?> <?php echo $cat->name;...
確定! 回上一頁