how do i make the "Home" link disappear from (underneath?) my header, or rename it?
thanks!
and also, i can't figure out what version of WP i'm using, but i started this blog today, if that helps.
how do i make the "Home" link disappear from (underneath?) my header, or rename it?
thanks!
and also, i can't figure out what version of WP i'm using, but i started this blog today, if that helps.
Delete this from that theme's header.php
<a href="<?php bloginfo('url'); ?>"><?php _e('Home', 'vigilance') ?></a>The version is in the bottom right corner.
thanks a ton! how do i access the header.php to delete that line?
(not sure about how to find the WP version -- i've looked in the bottom right corners of the dashboard & the blog & can't see anything.)
Visit Administration > Appearance > Editor to edit theme files.
The version is at the bottom right of every admin panel. Also can look in the wp-includes/version.php file.
Related:
WordPress Semantics
New To WordPress - Where to Start
This topic has been closed to new replies.