You could try editing the sidebar template and remove the reference to <?php wp_list_categories();?>. However this will means that you won’t have links to any other categories either. If you want to simply hide the “Uncategorized” link, amend <?php wp_list_categories();?> to <?php wp_list_categories('exclude=n);?>` where n = the id of the Uncategorized category.
is there a way to get the links to my other pages to appear next to the Home link
Site url?
Ok,
I have looked in the sidebar.php and the sidebar2.php and I do not see <?php wp_list_categories();?>. I am unsure as to why these widgets are appearing when in the admin widget section nothing shows. I do not want to delete any of the widgets, I just want to hide them until I need them later.
Thanks Guy’s,
Esmi was able to show me how to fix this within another posting.
Thanks for your assistance.
hi Nezmin2, have you resolved?