Title: Unable to add call code.
Last modified: August 20, 2016

---

# Unable to add call code.

 *  [techbunny](https://wordpress.org/support/users/techbunny/)
 * (@techbunny)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/unable-to-add-call-code/)
 * Hi, I’ve had to enable custom headers in my functions.php as per this post: [http://codex.wordpress.org/Custom_Headers](http://codex.wordpress.org/Custom_Headers)
 * I am now struggling to add the call coding in the FAQ to my header.php file as
   it looks nothing like TwentyEleven. Please can you advise?
 * My header.php looks like this:
 *     ```
       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   
       <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
       <head>
       <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
   
       <link rel="shortcut icon" href="" />
   
       <meta name="distribution" content="global" />
       <meta name="language" content="en, sv" />
       <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
       <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
       <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
   
       <style type="text/css" media="screen">
       	@import url( <?php bloginfo('stylesheet_url'); ?> );
       </style>
   
       <?php wp_head(); ?>
   
       </head>
       <body>
   
       <div id="wrapper">
       <div id="header">
       <div id="logo">
   
       <div id="search">
       <?php get_search_form(); ?>
       </div>
   
       </div>
   
       <div id="content">
       ```
   
 * I am guessing the coding needs to go somewhere around:
 *     ```
       <div id="wrapper">
       <div id="header">
       <div id="logo">
       ```
   
 * But all of my attempts to do this have broken my theme. Please can you advise?
 * [http://wordpress.org/extend/plugins/wp-display-header/](http://wordpress.org/extend/plugins/wp-display-header/)

The topic ‘Unable to add call code.’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-display-header_7f969c.svg)
 * [WP Display Header](https://wordpress.org/plugins/wp-display-header/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-display-header/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-display-header/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-display-header/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-display-header/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-display-header/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [techbunny](https://wordpress.org/support/users/techbunny/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/unable-to-add-call-code/)
 * Status: not resolved