Title: base615's Replies | WordPress.org

---

# base615

  [  ](https://wordpress.org/support/users/base615/)

 *   [Profile](https://wordpress.org/support/users/base615/)
 *   [Topics Started](https://wordpress.org/support/users/base615/topics/)
 *   [Replies Created](https://wordpress.org/support/users/base615/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/base615/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/base615/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/base615/engagements/)
 *   [Favorites](https://wordpress.org/support/users/base615/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Exclude categories from sidebar in Arthemia](https://wordpress.org/support/topic/exclude-categories-from-sidebar-in-arthemia/)
 *  Thread Starter [base615](https://wordpress.org/support/users/base615/)
 * (@base615)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/exclude-categories-from-sidebar-in-arthemia/#post-1322057)
 * Still no joy I’m afraid. I changed this line:
    $cp_categories = get_categories(‘
   orderby=name&show_count=1&exclude=10’);
 * (looks like [THIS](http://creepycat.net/craig/screenshot_1.jpg))
 * With this:
    $cp_categories = wp_list_categories(‘orderby=name&show_count=1&exclude
   =10’);
 * (Now looks like [THIS](http://creepycat.net/craig/screenshot_2.jpg))
 * As you can see it now places a hierarchical tree of all the categories at the
   top which shouldn’t be there.
 * Cheers,
 * Craig
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Exclude categories from sidebar in Arthemia](https://wordpress.org/support/topic/exclude-categories-from-sidebar-in-arthemia/)
 *  Thread Starter [base615](https://wordpress.org/support/users/base615/)
 * (@base615)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/exclude-categories-from-sidebar-in-arthemia/#post-1322031)
 * Cheers but I’ve already tried that. The code uses get_categories but for instance
   I’ve tried changing the get_categories statement to get_categories(‘exclude=10’);
   in order to exclude category ID 10 yet this has no effect.

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