Title: edgraham's Replies | WordPress.org

---

# edgraham

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Nisarg] Display header only on one page](https://wordpress.org/support/topic/display-header-only-on-one-page/)
 *  [edgraham](https://wordpress.org/support/users/edgraham/)
 * (@edgraham)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/display-header-only-on-one-page/#post-9880260)
 * If you don’t have a static front page, then I believe the first line is:
    <?php
   if( is_home() ) : ?>
 * but please verify that before you change it, that one I’m not 100% sure about
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Nisarg] Display header only on one page](https://wordpress.org/support/topic/display-header-only-on-one-page/)
 *  [edgraham](https://wordpress.org/support/users/edgraham/)
 * (@edgraham)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/display-header-only-on-one-page/#post-9880255)
 * I wanted to do this too. Not a lot of info out there but this worked for me:
 * Try cutting and pasting the following on top of the appropriate section of your
   header.php. You are only adding two lines of code, the top and bottom lines. 
   Hope this helps.
 * <?php if( is_front_page() ) : ?>
    <div class=”site-header”> <div class=”site-
   branding”> ” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) );?
   >” rel=”home”> <h1 class=”site-title”><?php bloginfo( ‘name’ ); ?></h1> <h2 class
   =”site-description”><?php bloginfo( ‘description’ ); ?></h2>  </div><!–.site-
   branding–> </div><!–.site-header–> <?php endif; ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product title showing up twice](https://wordpress.org/support/topic/product-title-showing-up-twice/)
 *  Thread Starter [edgraham](https://wordpress.org/support/users/edgraham/)
 * (@edgraham)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/product-title-showing-up-twice/#post-7141721)
 * WOW that worked perfectly. Thank you very much!

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