Anonymous
Unregistered
Posted 1 year ago #
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: www.arnack.com/weeds/).
For navigation I just want to use the the links under the banner.
How can I remove it?
comment out or delete in your theme sidebar.php
<?php wp_list_categories('title_li=' . __('Categories:')); ?>
Anonymous
Unregistered
Posted 1 year ago #
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?