Title: asterling's Replies | WordPress.org

---

# asterling

  [  ](https://wordpress.org/support/users/asterling/)

 *   [Profile](https://wordpress.org/support/users/asterling/)
 *   [Topics Started](https://wordpress.org/support/users/asterling/topics/)
 *   [Replies Created](https://wordpress.org/support/users/asterling/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/asterling/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/asterling/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/asterling/engagements/)
 *   [Favorites](https://wordpress.org/support/users/asterling/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding header image to child theme, parent theme had no header image](https://wordpress.org/support/topic/adding-header-image-to-child-theme-parent-theme-had-no-header-image/)
 *  Thread Starter [asterling](https://wordpress.org/support/users/asterling/)
 * (@asterling)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/adding-header-image-to-child-theme-parent-theme-had-no-header-image/#post-4714037)
 * When I view the header.php code, it opens in TextWrangler. Do I just edit that
   code and upload new version to child theme folder?
 * (My site: annasterling.com)
 * I’m assuming this is where I make adjustments (this is my header.php):
 * > <div class=”wrapper”>
   >  <div id=”header”> <div id=”site-title”> ” title=”<?php
   > echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>”><?php bloginfo( ‘name’);?
   > > </div> <div id=”header-left”><?php wp_nav_menu( array( ‘container_class’ 
   > => ‘menu’, ‘theme_location’ => ‘header-left’, ‘walker’ => new Imbalance2_Walker_Nav_Menu(),‘
   > depth’ => 1 ) ); ?></div> <div id=”header-center”><?php wp_nav_menu( array(‘
   > container_class’ => ‘menu’, ‘theme_location’ => ‘header-center’, ‘walker’ =
   > > new Imbalance2_Walker_Nav_Menu(), ‘depth’ => 1 ) ); ?></div> <div id=”search”
   > > <?php get_search_form(); ?> <div id=”header-right”><?php wp_nav_menu( array(‘
   > container_class’ => ‘menu’, ‘theme_location’ => ‘header-right’, ‘walker’ =>
   > new Imbalance2_Walker_Nav_Menu(), ‘depth’ => 1 ) ); ?></div> </div> <div class
   > =”clear”></div> </div>
 * Now what exactly do I edit to add my image. I’ve already uploaded the image I
   want to the images folder in child theme.

Viewing 1 replies (of 1 total)