Title: Changing my Blog Title to an image
Last modified: August 19, 2016

---

# Changing my Blog Title to an image

 *  Resolved [AyeAaron](https://wordpress.org/support/users/ayeaaron/)
 * (@ayeaaron)
 * [16 years ago](https://wordpress.org/support/topic/adding-a-header-image/)
 * How do I replace my blog title with an image with a header like this:
 *     ```
       <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
   
           <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
           <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
           <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
   
        <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
   
           <?php wp_head(); ?>
       ```
   
 * Here is the image I’d like to replace the blog title with:
 * wp-content/themes/mini/img/headerimg.png
 * Thanks,
 * Aaron

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

 *  [Edward Caissie](https://wordpress.org/support/users/cais/)
 * (@cais)
 * [16 years ago](https://wordpress.org/support/topic/adding-a-header-image/#post-1436535)
 * The code you are referencing above is for the page title that appears in the 
   top bar of your browser.
 * A link to your site and the active theme you are trying to edit would be useful
   in making suggestions, although you can start by looking for something like:
 * `<?php bloginfo('name'); ?>`
 * … in your header.php file as this is a very common function call to display the
   blog name (title?) in a text format.
 *  Thread Starter [AyeAaron](https://wordpress.org/support/users/ayeaaron/)
 * (@ayeaaron)
 * [16 years ago](https://wordpress.org/support/topic/adding-a-header-image/#post-1436546)
 * [http://aarondavis.net/knifelike/](http://aarondavis.net/knifelike/) is my blog.
 * The code i originally posted is everything from my header.php
    I am using the
   Mini theme.
 * Thanks,
 * Aaron
 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [16 years ago](https://wordpress.org/support/topic/adding-a-header-image/#post-1436550)
 * you are doing it in the wrong place, in that theme you nead to edit head.php 
   it looks like
 *  [Edward Caissie](https://wordpress.org/support/users/cais/)
 * (@cais)
 * [16 years ago](https://wordpress.org/support/topic/adding-a-header-image/#post-1436554)
 * OK … look inside the head.php file for the above function call I mentioned; it
   appears to be on line 3 of that file.
 * You can try replacing that bit of code with an appropriate image link, such as:
 *     ```
       <img src="<?php bloginfo('template_url'); ?>/img/headerimg.png" />
       ```
   
 *  Thread Starter [AyeAaron](https://wordpress.org/support/users/ayeaaron/)
 * (@ayeaaron)
 * [16 years ago](https://wordpress.org/support/topic/adding-a-header-image/#post-1436560)
 * That worked. Thanks a million!
 *  [Edward Caissie](https://wordpress.org/support/users/cais/)
 * (@cais)
 * [16 years ago](https://wordpress.org/support/topic/adding-a-header-image/#post-1436567)
 * You’re welcome!

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

The topic ‘Changing my Blog Title to an image’ is closed to new replies.

## Tags

 * [blog-title](https://wordpress.org/support/topic-tag/blog-title/)
 * [image](https://wordpress.org/support/topic-tag/image/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 3 participants
 * Last reply from: [Edward Caissie](https://wordpress.org/support/users/cais/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/adding-a-header-image/#post-1436567)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
