Title: wp_head()
Last modified: August 20, 2016

---

# wp_head()

 *  [liatr](https://wordpress.org/support/users/liatr/)
 * (@liatr)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/wp_head/)
 * Hello,
 * It seem that Im Missing the call to wp_head() in my theme,
    do you know what 
   file do i need to add it?
 * thanks
 * Br,
    Liat

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

 *  [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * (@chipbennett)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/wp_head/#post-2162338)
 * The `wp_head()` template tag should be placed immediately before the closing 
   HTML `</head>` tag. e.g. change this:
 *     ```
       </head>
       ```
   
 * …to this:
 *     ```
       <?php wp_head(); ?>
       </head>
       ```
   
 * Normally, you will find the closing HTML `</head>` tag in the `header.php` template
   file.
 *  Thread Starter [liatr](https://wordpress.org/support/users/liatr/)
 * (@liatr)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/wp_head/#post-2162346)
 * thank you vary much for the answer.
    i add it to the file successfully but the
   Accordion of the images still dont work\ move do you any idea why? it will be
   a great help 🙂 this is the url:[ ](http://www.momafashion.co.il/)
 * thanksss
    Liat

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

The topic ‘wp_head()’ is closed to new replies.

## Tags

 * [wp_head](https://wordpress.org/support/topic-tag/wp_head/)

 * 2 replies
 * 2 participants
 * Last reply from: [liatr](https://wordpress.org/support/users/liatr/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/wp_head/#post-2162346)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
