Skip to content

Instantly share code, notes, and snippets.

@NatalieMac
Created March 8, 2014 22:30
Show Gist options
  • Save NatalieMac/9439989 to your computer and use it in GitHub Desktop.
Save NatalieMac/9439989 to your computer and use it in GitHub Desktop.
<ul>
<?php wp_list_categories( array(
'taxonomy' => 'alpha',
'title_li' => ''
) ); ?>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment