Title: Adding Categories to &#8220;bottomblock.php&#8221;
Last modified: August 18, 2016

---

# Adding Categories to “bottomblock.php”

 *  [kosmonaut](https://wordpress.org/support/users/kosmonaut/)
 * (@kosmonaut)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/adding-categories-to-bottomblockphp/)
 * I’m using Unsleepable v1.6 on this blog: [http://blog.kosmonaut.net/](http://blog.kosmonaut.net/)
 * How do I add Categories to the bottom block?
 * Thanks!

Viewing 1 replies (of 1 total)

 *  [msdana](https://wordpress.org/support/users/msdana/)
 * (@msdana)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/adding-categories-to-bottomblockphp/#post-548736)
 * I use the following code for one of my themes:
 *     ```
       <li><h2><?php _e('Categories'); ?></h2>
       <ul>
       <?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
       </ul>
       ```
   
 * It should work for you 🙂

Viewing 1 replies (of 1 total)

The topic ‘Adding Categories to “bottomblock.php”’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [msdana](https://wordpress.org/support/users/msdana/)
 * Last activity: [19 years, 2 months ago](https://wordpress.org/support/topic/adding-categories-to-bottomblockphp/#post-548736)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
