Title: image map for header
Last modified: August 21, 2016

---

# image map for header

 *  [azparis](https://wordpress.org/support/users/azparis/)
 * (@azparis)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/image-map-for-header-1/)
 * I have an image map to replace my header image with. I know I need to place it
   in header.php {of Genesis since my child theme doesn’t have a header.php file}
   but what do I take out? Any help is greatly appreciated! Here’s my header.php
   code:
 *     ```
       <?php
       /*
        WARNING: This file is part of the core Genesis framework. DO NOT edit
        this file under any circumstances. Please do all modifications
        in the form of a child theme.
        */
   
       /**
        * Handles the header structure.
        *
        * This file is a core Genesis file and should not be edited.
        *
        * @category Genesis
        * @package  Templates
        * @author   StudioPress
        * @license  http://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later)
        * @link     http://www.studiopress.com/themes/genesis
        */
   
       do_action( 'genesis_doctype' );
       do_action( 'genesis_title' );
       do_action( 'genesis_meta' );
   
       wp_head(); /** we need this for plugins **/
       ?>
       </head>
       <body <?php body_class(); ?>>
       <?php
       do_action( 'genesis_before' );
       ?>
       <div id="wrap">
       <?php
       do_action( 'genesis_before_header' );
       do_action( 'genesis_header' );
       do_action( 'genesis_after_header' );
   
       echo '<div id="inner">';
       genesis_structural_wrap( 'inner' );
       ```
   
 * _[Please post code & markup between backticks or use the code button. Your posted
   code may now have been permanently damaged by the forum’s parser.]_

Viewing 1 replies (of 1 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/image-map-for-header-1/#post-3905872)
 * I’m sorry but as you are using a commercial theme, you need to seek support from
   the theme’s developer/vendor. We do not support [commercial products](http://codex.wordpress.org/Forum_Welcome#Commercial_Products)
   here.
    Try [http://www.studiopress.com/support](http://www.studiopress.com/support)

Viewing 1 replies (of 1 total)

The topic ‘image map for header’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/image-map-for-header-1/#post-3905872)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
