Title: Header
Last modified: August 22, 2016

---

# Header

 *  [sharonhenifin](https://wordpress.org/support/users/sharonhenifin/)
 * (@sharonhenifin)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/header-105/)
 * How do I put my logo on top of the page where with my business name? thanks, 
   Sharon

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

 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/header-105/#post-5709758)
 * Dear Sharon,
 * you can set your header logo in “Appearance > Theme Options > Header > Logo URL”.
 * If you would like to display the logo together with the site title, you will 
   need to edit the “header.php” template. Please search here for the following 
   code:
 *     ```
       <?php if ( $winterdream_options_db['winterdream_logo_url'] == '' ) { ?>
               <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a></p>
       <?php } else { ?>
               <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img class="header-logo" src="<?php echo esc_url($winterdream_options_db['winterdream_logo_url']); ?>" alt="<?php bloginfo( 'name' ); ?>" /></a>
       <?php } ?>
       ```
   
 * and modify it in this way:
 *     ```
       <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a></p>
       <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img class="header-logo" src="<?php echo esc_url($winterdream_options_db['winterdream_logo_url']); ?>" alt="<?php bloginfo( 'name' ); ?>" /></a>
       ```
   
 * Best regards,
    Tomas Toman
 *  Thread Starter [sharonhenifin](https://wordpress.org/support/users/sharonhenifin/)
 * (@sharonhenifin)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/header-105/#post-5709841)
 * Thanks, Now how about changing the menu to go across the top rather than the 
   drop down menu.
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/header-105/#post-5709844)
 * By default, the menu contains automatically generated links to all your pages.
   To edit it, please go to “Appearance > Menus” and create here your custom menu(
   [see this guide](http://codex.wordpress.org/WordPress_Menu_User_Guide)).
 * Best regards,
    Tomas Toman

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

 The topic ‘Header’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/winterdream/2.0.2/screenshot.png)
 * WinterDream
 * [Support Threads](https://wordpress.org/support/theme/winterdream/)
 * [Active Topics](https://wordpress.org/support/theme/winterdream/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/winterdream/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/winterdream/reviews/)

## Tags

 * [above header](https://wordpress.org/support/topic-tag/above-header/)
 * [business name](https://wordpress.org/support/topic-tag/business-name/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [logo](https://wordpress.org/support/topic-tag/logo/)

 * 3 replies
 * 2 participants
 * Last reply from: [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/header-105/#post-5709844)
 * Status: not resolved