|
@@ -62,14 +62,12 @@ get_header(); ?>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row">
|
|
|
-
|
|
|
<ul class="tags">
|
|
|
<li><u>Tags</u></li>
|
|
|
<?php $tags = get_tags(); if ( $tags ) : foreach ( $tags as $tag ) : ?>
|
|
|
<a href="<?php echo esc_url( get_tag_link( $tag->term_id ) ); ?>" title="<?php echo esc_attr( $tag->name ); ?>"><?php echo esc_html( $tag->name ); ?></a>,
|
|
|
<?php endforeach; endif; ?>
|
|
|
</ul>
|
|
|
-
|
|
|
</div>
|
|
|
<div class="row">
|
|
|
<div class="col-md-12 studio-tools">
|