@ LynneAndChad
Thanks for the quick reply,
Tried excluding based on the site’s recommendation. Cannot exclude a category if there is not a category to begin with. I’m really stuck here and all I need it to get rid of that damn text!
I had:
!= ‘true’) : ?>
<?php wp_list_categories(‘title_li=&depth=1&exclude=’. $vigilance->excludedcategories()); ?>
<?php endif; ?>
Entered:
!= ‘true’) : ?>
<?php wp_list_categories(‘title_li=&depth=1&exclude=1′. $vigilance->excludedcategories()); ?>
<?php endif; ?>