• I’m trying to add a section under the “Category” section in my sidebar with the following code:
    ===================================

    • <h2>Categories</h2>
      <?php wp_list_cats (‘sort_column=name&optioncount=1&hierarchical=0’); ?>
    • <h2>About</h2>
      <div class=”sidebar_section”>
      Hi
      </div>
    • ==================================

      BUT, the “About” section that I want to add is not showing up on my sidebar.
      Anything wrong?

Viewing 1 replies (of 1 total)
  • A link to the blog in question might help? Also, a theme name maybe as well? We don’t know what you’re working with, so..we can’t really be of much help.. =(

    spencerp

Viewing 1 replies (of 1 total)

The topic ‘Can’t edit Sidebar!’ is closed to new replies.