Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Created December 4, 2015 00:07
Show Gist options
  • Save pablocattaneo/61065a29470e15de0563 to your computer and use it in GitHub Desktop.
Save pablocattaneo/61065a29470e15de0563 to your computer and use it in GitHub Desktop.
Shows all categories of a post
<?php echo get_the_category_list(); ?> // shows all categories of a post'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment