Title: problem with heder.php
Last modified: August 20, 2016

---

# problem with heder.php

 *  Resolved [omidgs](https://wordpress.org/support/users/omidgs/)
 * (@omidgs)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/problem-with-hederphp/)
 * this is my header.php code . with ie the page can not display correctly and i
   have doctype errors ? whats problem ?
 *     ```
       <!Doctype html>
       <html>
       <head> 
   
           <meta charset="UTF-8">
           <title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>
   
           <!-- Meta -->
   
           <meta name="description" content="<?php bloginfo('description'); ?>">
           <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
           <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
   
       <!-- include jQuery library -->
   
       <!-- include jQuery library -->
       <script src="<?php echo get_template_directory_uri(); ?>/js/jquery-1.7.1.min.js" type="text/javascript">" </script>
       <script src="<?php echo get_template_directory_uri(); ?>/js/jquery.hashchange.min.js" type="text/javascript">" </script>
       <script src="<?php echo get_template_directory_uri(); ?>/js/jquery.easytabs.min.js" type="text/javascript">" </script> 
   
        <script type="text/javascript">
           $(document).ready( function() {
             $('#tabx-container').easytabs();
   
           });
         </script>
   
           <!-- CSS + jQuery + JavaScript -->
           <?php wp_head(); ?>
       </head>
       ```
   

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/problem-with-hederphp/#post-3608988)
 * What theme are you using? Link to your site?
 *  Thread Starter [omidgs](https://wordpress.org/support/users/omidgs/)
 * (@omidgs)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/problem-with-hederphp/#post-3609014)
 * solved thnks

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

The topic ‘problem with heder.php’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [omidgs](https://wordpress.org/support/users/omidgs/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/problem-with-hederphp/#post-3609014)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
