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 shanutthankachan/6ce835ee047d9f8c5ef8 to your computer and use it in GitHub Desktop.
Save shanutthankachan/6ce835ee047d9f8c5ef8 to your computer and use it in GitHub Desktop.
<div class="row">
<h2 ><?php _e('Categories'); ?></h2>
<ul >
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
</ul>
<h2 ><?php _e('Archives'); ?></h2>
<ul >
<?php wp_get_archives('type=monthly'); ?>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment