Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackfearing/26da231e83f19ae0ec11828677abbff3 to your computer and use it in GitHub Desktop.
Save jackfearing/26da231e83f19ae0ec11828677abbff3 to your computer and use it in GitHub Desktop.
<?php if ( get_the_tags() ) :?>
<footer class="article-footer">
<p class="tags">
<?php the_tags('<span class="tags-title">' . __('Tags:', 'jointstheme') . '</span> ', ', ', ''); ?>
</p>
</footer> <!-- end article footer -->
<?php else : ?>
<!-- EMPTY -->
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment