Title: how adding wowslider code to header
Last modified: August 21, 2016

---

# how adding wowslider code to header

 *  Resolved [flangar](https://wordpress.org/support/users/flangar/)
 * (@flangar)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/how-adding-wowslider-code-to-header/)
 * Hello, and sorry for my english,
    I have the problem, where i enter the wowslider
   code? this is my header.php
 * _[ Moderator Note: [Please post code](http://codex.wordpress.org/Forum_Welcome#Posting_Code)
   or markup snippets between backticks or use the code button. ]_
 *     ```
       <link rel="stylesheet" href="<?php bloginfo('stylesheet_url') ?>" media="screen" />
       <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
       <?php
       remove_action('wp_head', 'wp_generator');
       if (is_singular() && get_option('thread_comments')) {
       wp_enqueue_script('comment-reply');
       }
       wp_head();
       ?>
       </head>
       <body <?php body_class(); ?>>
   
       <div id="art-main">
   
       <?php if(theme_has_layout_part("header")) : ?>
       <header class="art-header<?php echo (theme_get_option('theme_header_clickable') ? ' clickable' : ''); ?>"><?php get_sidebar('header'); ?></header>
       <?php endif; ?>
   
       <div class="art-sheet clearfix">
       <div class="art-layout-wrapper">
       <div class="art-content-layout">
       <div class="art-content-layout-row">
       <?php get_sidebar(); ?>
       <div class="art-layout-cell art-content">
       ```
   
 * my website. usatotrinauto.it
 * Thank you for your help.
 * [http://wordpress.org/extend/plugins/wowslider/](http://wordpress.org/extend/plugins/wowslider/)

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

 *  Plugin Author [WOWSlider.com](https://wordpress.org/support/users/wowslidercom/)
 * (@wowslidercom)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/how-adding-wowslider-code-to-header/#post-3825839)
 * WOWSlider PHP code should be into the place where you want your slider to appear.
 *  Thread Starter [flangar](https://wordpress.org/support/users/flangar/)
 * (@flangar)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/how-adding-wowslider-code-to-header/#post-3825842)
 * many thanks,
    i want it to appear in place of the header photo.
 *  Plugin Author [WOWSlider.com](https://wordpress.org/support/users/wowslidercom/)
 * (@wowslidercom)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/how-adding-wowslider-code-to-header/#post-3825856)
 * Top part of your page (including menu and image) is generated by the following
   code:
 *     ```
       <?php if(theme_has_layout_part("header")) : ?>
       <header class="art-header<?php echo (theme_get_option('theme_header_clickable') ? ' clickable' : ''); ?>"><?php get_sidebar('header'); ?></header>
       <?php endif; ?>
       ```
   
 * Image is added in your “style.css” file:
    [http://usatotrinauto.it/wp-content/themes/Trinautosei/style.css](http://usatotrinauto.it/wp-content/themes/Trinautosei/style.css)
 * by the following lines:
 *     ```
       .art-header
       {
          margin:0 auto;
          position:relative;
          height: 520px;
          background-image: url('images/header.png');
          background-position: center top;
          background-repeat: no-repeat;
       }
       ```
   
 * So, you should edit “style.css” file too.
 *  Thread Starter [flangar](https://wordpress.org/support/users/flangar/)
 * (@flangar)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/how-adding-wowslider-code-to-header/#post-3825926)
 * hello,
    i can not, before you purchase the license, can you tell me exactly where?
 *  Plugin Author [WOWSlider.com](https://wordpress.org/support/users/wowslidercom/)
 * (@wowslidercom)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/how-adding-wowslider-code-to-header/#post-3825929)
 * Actually, we have replied already. We wrote you where header image is added in
   your code.
    If you need more detailed instruction, please contact with theme’s
   developers and ask them what code adds a header image. Then replace this code
   on WOWSlider PHP code.

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

The topic ‘how adding wowslider code to header’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wowslider_ac9889.svg)
 * [WOW Slider](https://wordpress.org/plugins/wowslider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wowslider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wowslider/)
 * [Active Topics](https://wordpress.org/support/plugin/wowslider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wowslider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wowslider/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [WOWSlider.com](https://wordpress.org/support/users/wowslidercom/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/how-adding-wowslider-code-to-header/#post-3825929)
 * Status: resolved