1
2
3
4
5
6
|
<?php $categories = get_the_category_list( _x( ' ', 'Used between list items, there is a space after the comma.', 'penci-amp' ), '', $this->ID ); ?> <?php if ( $categories ) : ?> <div class="penci-amp-tax-category amp-wp-meta amp-wp-tax-category"> <?php echo $categories; ?> </div> <?php endif; ?>
|