• I am using the Carrington theme and would like to replace the blog’s title with a logo.

    Can anyone help please?

    Thanks in advance.

    Ian D

Viewing 5 replies - 1 through 5 (of 5 total)
  • Site url?

    Thread Starter iandavies

    (@iandavies)

    Not published yet.

    I just need to know what code to remove/insert.

    Thanks.

    Open header.php, change the title text, or the bloginfo string to an <img src…

    K

    Thread Starter iandavies

    (@iandavies)

    Thanks for that.

    Only one problem…

    I need to know exactly what to remove and how to replace it.

    I already have the logo that’s no problem, but I ain’t no coder! ??

    I haven’t looked at your theme, but in the header.php file there will be call to bloginfo(‘name’). That is what prints out the blog title text. It should be wrapped in an ‘a’ tag that calls bloginfo(‘url’). You would probably take out the following: <?php bloginfo(‘name’); >? and replace it with <img src=”path_to_image” title=”the_title”>. You will probably not want to take out the call for the url, unless you don’t want it to be a link.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to replace blog title with logo’ is closed to new replies.