To remove Categories from the title
<?php wp_list_categories('title_li='); ?>
To change the title from Categories to something else. For example, Galleries
<?php wp_list_categories('title_li=Galleries'); ?>
To remove Categories from the title
<?php wp_list_categories('title_li='); ?>
To change the title from Categories to something else. For example, Galleries
<?php wp_list_categories('title_li=Galleries'); ?>