How do I remove the sidebar categories and archives widgets on the left of every page. Is this hardcoded in the template. I do not see where to delete these widgets in the widget sections of admin
Remove Sidebar Category/Archives
2 posts from 2 voices-
Posted 1 year ago #
-
Hey,
in sidebar.php delete following code:
<div class='box box_small'> <h3>Categories</h3> <ul> <?php wp_list_cats('sort_column=name&optioncount=0&hierarchical=0'.$exclude); ?> </ul> </div> <div class='box box_small'> <h3>Archive</h3> <ul> <?php wp_get_archives('type=monthly'); ?> </ul> </div>Posted 1 year ago #
Reply
You must log in to post.














