• Hello, thanks for trying to help me.
    I am creating a Weeds fansite with WordPress and I am wondering how to remove the category boxes to the right (website: http://www.arnack.com/weeds/).
    For navigation I just want to use the the links under the banner.
    How can I remove it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • comment out or delete in your theme sidebar.php
    <?php wp_list_categories('title_li=' . __('Categories:')); ?>

    Would it be ok to also remove the categories inside the widgets tab in the admin area or do you only work inside the sidebar.php?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing the catagories (Archives/Blog Roll/Meta)’ is closed to new replies.