Title: Category Widget Formatting
Last modified: August 20, 2016

---

# Category Widget Formatting

 *  Resolved [AmandaEve](https://wordpress.org/support/users/amandaeve/)
 * (@amandaeve)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/category-widget-formatting/)
 * My Category Widget in the sidebar has the # number of posts in that category 
   underneath the category title … I’d like it on the same line.
 * [http://www.fathomtheatre.ca](http://www.fathomtheatre.ca)
 * Thanks for your time.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/category-widget-formatting/#post-3527426)
 * add a filter to functions.php of your theme:
 *     ```
       add_filter('wp_list_categories', 'cat_count_inline');
       function cat_count_inline($links) {
       $links = str_replace('</a> (', ' (', $links);
       $links = str_replace(')', ')</a>', $links);
       return $links;
       }
       ```
   
 *  Thread Starter [AmandaEve](https://wordpress.org/support/users/amandaeve/)
 * (@amandaeve)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/category-widget-formatting/#post-3527588)
 * Most excellent my friend. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Category Widget Formatting’ is closed to new replies.

## Tags

 * [categories](https://wordpress.org/support/topic-tag/categories/)
 * [formatting](https://wordpress.org/support/topic-tag/formatting/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [AmandaEve](https://wordpress.org/support/users/amandaeve/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/category-widget-formatting/#post-3527588)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
