• I just installed WordPress and I found some older theme that I like. This theme has two sidebars: one is dynamic and supports widgets, the other one is static – I can’t add or remove widgets from it.

    I want to add the categories widget to this static sidebar. Any way to do this? There has to be a way to call the widget “manually”.

Viewing 1 replies (of 1 total)
  • There only put hard code in that sidebar. write this code on that sidebar

    <?php wp_list_categories('title_li="Categories"&depth=0') ?>

Viewing 1 replies (of 1 total)
  • The topic ‘How do I add the category widget to a static sidebar?’ is closed to new replies.