Title: Remove Categories from List
Last modified: August 24, 2016

---

# Remove Categories from List

 *  Resolved [grafixsolutions](https://wordpress.org/support/users/grafixsolutions/)
 * (@grafixsolutions)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-categories-from-list/)
 * Is there a way to remove “Categories” from the top of the list?
 * Thank You,
 * [https://wordpress.org/plugins/list-categories/](https://wordpress.org/plugins/list-categories/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * (@fernandobt)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-categories-from-list/#post-6155362)
 * Yes, you can remove the title with the ‘title_li’ parameter. Taken from [the wp_list_categories documentation](http://codex.wordpress.org/Template_Tags/wp_list_categories#Display_or_Hide_the_List_Heading):
 * > Display or Hide the List Heading
   > The title_li parameter sets or hides a title or heading for the category list
   > generated by wp_list_categories. It defaults to ‘(__(‘Categories’)’, i.e. it
   > displays the word “Categories” as the list’s heading. If the parameter is set
   > to a null or empty value, no heading is displayed. The following example code
   > excludes categories with IDs 4 and 7 and hides the list heading:
   > \`
   >  <ul> <?php wp_list_categories(‘exclude=4,7&title_li=’); ?> </ul> `

Viewing 1 replies (of 1 total)

The topic ‘Remove Categories from List’ is closed to new replies.

 * ![](https://ps.w.org/list-categories/assets/icon-256x256.png?rev=2517918)
 * [List categories](https://wordpress.org/plugins/list-categories/)
 * [Support Threads](https://wordpress.org/support/plugin/list-categories/)
 * [Active Topics](https://wordpress.org/support/plugin/list-categories/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/list-categories/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/list-categories/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/remove-categories-from-list/#post-6155362)
 * Status: resolved