Title: Minimatica theme Header
Last modified: August 20, 2016

---

# Minimatica theme Header

 *  [vickic1978](https://wordpress.org/support/users/vickic1978/)
 * (@vickic1978)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/minimatica-theme-header/)
 * hello,
 * i am really struggling with headers.
 * i want to create a website logo, may have to pay someone to do it at this rate,
   to the right hand side of my header.
 * see website [http://www.vickiclarkephotography.com](http://www.vickiclarkephotography.com)
   for info
 * i had tried a simple transparent one, but apparently my theme has a background
   which every time i load something into the header just blacks it out.
 * once i get a png file created by someone as my logo, where do i insert the url
   code for the link to the png? is this in header.php? and if so which part do 
   i insert it into, or do i insert it into the css editor?
 * i am really confused and need some help. its confusing for me because in the 
   theme appearance section on the dashboard there is a header option, but whatever
   I put in there it just doesnt seem to work. so im figuring i need to amend the
   code in the header.php?
 * someone out there must know what i mean and be able to help?
 * my site is looking rather forlorn until i get this sorted! 🙂
 * thanks in advance for any help.
    vicki

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

 *  Thread Starter [vickic1978](https://wordpress.org/support/users/vickic1978/)
 * (@vickic1978)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/minimatica-theme-header/#post-2191912)
 * i am no longer using this theme.
    however, i may go back to it, so if anyone 
   can still help, would be grateful thanks
 *  [Daniel Tara](https://wordpress.org/support/users/pseudoxiah/)
 * (@pseudoxiah)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/minimatica-theme-header/#post-2191943)
 * What you can do is add the image in the theme’s images folder and add it in header.
   php like this.
 *     ```
       " rel="home">
         <img src="<?php echo get_template_directory_uri(); ?>/images/logo.png" alt="<?php bloginfo( 'name' ); ?>" />
       ```
   
 * Then style it appropriately in style.css
 * Adding a header image doesn’t really work because it adds a header background
   with fixed dimensions and no link.
 *  [imgouldphotography](https://wordpress.org/support/users/imgouldphotography/)
 * (@imgouldphotography)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/minimatica-theme-header/#post-2192051)
 * This site has a clickable header. Anyone know how they did it, because I would
   like to do the same with mine. At present I have a header image but as Daniel
   says above, it isn’t a link. How do I make it link to the home page?
    Site with
   working link header: [http://rawveganlove.com/](http://rawveganlove.com/) My 
   site, where it doesn’t work: [http://timgouldphotography.com/](http://timgouldphotography.com/)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/minimatica-theme-header/#post-2192052)
 * [Making_the_Whole_Header_Clickable](http://codex.wordpress.org/Designing_Headers#Making_the_Whole_Header_Clickable)
 *  [imgouldphotography](https://wordpress.org/support/users/imgouldphotography/)
 * (@imgouldphotography)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/minimatica-theme-header/#post-2192056)
 * Cheers esmi, but that page talks about code that looks very little like Minimatica’s
   _header.php_.
 * However, I have found the exact code to make a clickable header in minimatica
   here:
    [http://www.onedesigns.com/support/topic.php?id=374&page=3](http://www.onedesigns.com/support/topic.php?id=374&page=3)
 *  [HyperStudio](https://wordpress.org/support/users/hyperstudio/)
 * (@hyperstudio)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/minimatica-theme-header/#post-2192091)
 * The link above seems to be dead, can anyone provide the information it once gave?
   It seems to have been useful to many and searches all over give the link, but
   no info follow. Thanks for any help in this.
 *  [promattos](https://wordpress.org/support/users/promattos/)
 * (@promattos)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/minimatica-theme-header/#post-2192092)
 * [@hyperstudio](https://wordpress.org/support/users/hyperstudio/)
 * Looks like they created an event “onclick”:
 * <header id=”header” role=”banner” onclick=”location.href=’[http://www.yoursite.com/&#8217](http://www.yoursite.com/&#8217);;”
   style=”cursor: pointer;” title=”Home (or <?php bloginfo( ‘name’ ); ?>)”>
 * Cya!
 *  [goolier](https://wordpress.org/support/users/goolier/)
 * (@goolier)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/minimatica-theme-header/#post-2192101)
 * worked great… replaced line line 28 in the original header.php with the line 
   of code <header id=”header” role=”banner” onclick=”location.href=’[http://www.mysite.com&#8217](http://www.mysite.com&#8217);;”
   style=”cursor: pointer;” title=Home>… as promattos stated above and as this link
   says on the theme support page here
    [http://www.onedesigns.com/support/topic/clickable-header](http://www.onedesigns.com/support/topic/clickable-header)

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

The topic ‘Minimatica theme Header’ is closed to new replies.

## Tags

 * [headers](https://wordpress.org/support/topic-tag/headers/)

 * 8 replies
 * 7 participants
 * Last reply from: [goolier](https://wordpress.org/support/users/goolier/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/minimatica-theme-header/#post-2192101)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
