Title: kshack's Replies | WordPress.org

---

# kshack

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [sidebar.php keeps adding li /li](https://wordpress.org/support/topic/sidebarphp-keeps-adding-li-li/)
 *  Thread Starter [kshack](https://wordpress.org/support/users/kshack/)
 * (@kshack)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/sidebarphp-keeps-adding-li-li/#post-318550)
 * I found out a way without css and just editing the sidebar.php
    changed <?php
   list_cats(0, ”, ‘name’, ‘asc’, ”, 1, 0, 1, 1, 1, 1, 0,”,”,”,”,”) ?> to <?php 
   list_cats(0, ”, ‘name’, ‘asc’, ”, 0, 0, 1, 1, 1, 1, 0,”,”,”,”,”) ?>
 * also changed
    <?php wp_get_archives(‘type=monthly’); ?> to <?php wp_get_archives(‘
   type=monthly&format=custom’); ?>

Viewing 1 replies (of 1 total)