Viewing 8 replies - 1 through 8 (of 8 total)
  • It should be in header.php.

    That’s in your theme folder, by the way >> wp-content/themes/your-theme/header.php.

    Thread Starter sandrapan

    (@sandrapan)

    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’)

    Thread Starter sandrapan

    (@sandrapan)

    THANK YOU! That was it! And i totally forgot about that codex site!! thanks so much, i appreciate your help + time!!

    Thread Starter sandrapan

    (@sandrapan)

    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.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘header link’ is closed to new replies.