I am designing the following website: http://pgproduction.info/MBRNC, and I would like to remove the "admin", Uncategorized, and Comments off links. How can I do this?
I am designing the following website: http://pgproduction.info/MBRNC, and I would like to remove the "admin", Uncategorized, and Comments off links. How can I do this?
Remove all references to:
<?php the_author(); ?>
<?php the_category(); ?>
and
<?php comments_popup_link();?>
from your theme's template files.
This topic has been closed to new replies.