• Hi,

    I recently realized that Categories list is missing from sidebar.
    I’m using default/Kubrick theme and now on 2.5.1 but don’t remember when this happened. In sidebar.php, it seems following doesn’t work as it used to.
    <?php wp_list_categories(‘show_count=1&title_li=<h2>Categories</h2>’); ?>

    I can see my categories in Admin just fine, and tables seem okay – though I’m not sure. Category links work fine, <host>/category/<name> that follows postings in ‘Posted in ‘.

    I don’t see any errors even with “define(’WP_DEBUG’, true);” in wp-config.php.

    My blog is at http://ethar.toodull.com , sorry for Korean contents.

    If you have any ideas, that’ll be helpful to me.

    Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • No matter what is in your sidebar code – if you are using widgets… those overwrite everything. Only the widgets you put in the sidebar will be displayed.
    Fix: put the Categories widgets in your sidebar.

    Thread Starter ethar

    (@ethar)

    That was it. 🙂
    It sounds silly but I haven’t touched Widgets in Design tab.
    Thank you so much for the help!

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

The topic ‘Categories gone from sidebar’ is closed to new replies.