It should be in header.php.
That’s in your theme folder, by the way >> wp-content/themes/your-theme/header.php.
do you know which exact line? cause i was there and i thought it was the header line, commented it out but still showing.
Should be something like this:
<a>/"><?php bloginfo('name'); ?></a>
You could just delete it if you wanted to. If you’re nervous about that, then keep a copy of a line in a file somewhere … or, of course, it’s easy enough to find in the codex (the official WP documents) in places such as here: http://codex.wordpress.org/Designing_Headers
Sorry, that didn’t come out right:
<h1>/”><?php bloginfo(‘name’); ?></h1>
Hmmmm… it’s not coming out right. It’s these parts (with more around it):
get_option(‘home’)
bloginfo(‘name’)
THANK YOU! That was it! And i totally forgot about that codex site!! thanks so much, i appreciate your help + time!!
can i also ask you another question? i can’t seem to figure out why under “recent posts” , if you highlight on a post, the bubble icon highlights on two links. it does not do it for the last link though. i thought maybe it’s hovering over visited links and active link but it’s not it.