Widgets Category and Children Display

After updating my Web2.0 theme to include ‘Widgets’ support I noticed that by default the widgets ‘Category’ display doesn’t display children categories properly. There’s an easy fix for this. For version 1.0.20060711 locate line 919 and change the wp_list_cats to the following:

<?php wp_list_cats("sort_column=name"); ?>

That will then display children categories underneath the parent category.

No Comments

Sorry comments are closed for this entry.