Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter asterling

    (@asterling)

    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)