Skip to content

Instantly share code, notes, and snippets.

@lelandsmith
Created March 11, 2014 23:44
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 lelandsmith/9497538 to your computer and use it in GitHub Desktop.
Save lelandsmith/9497538 to your computer and use it in GitHub Desktop.
WP: Get the Tags
<?php
if(get_the_tag_list()) {
echo get_the_tag_list('<ul><li>','</li><li>','</li></ul>');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment