Title: Adding wp_header
Last modified: August 19, 2016

---

# Adding wp_header

 *  Resolved [whetstone](https://wordpress.org/support/users/whetstone/)
 * (@whetstone)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/adding-wp_header/)
 * I posted a more in-depth description of my problem under the Plugins heading,
   but maybe it is more appropriate here anyway. All I need to know is how to add
   the wp_header tag. My theme is working great and I’ve been very careful to set
   it up with clean code and the simple header, sidebar, footer format.
 * But now I am trying use a plug-in that requires that the _wp\_header_ tag. I 
   call the header template by using get_header and I am wondering if that was a
   replacement for wp_header or if I just totally don’t know what I’m doing.
 * Please help. I just need to know how to work in the wp_header tag to get this
   plug-in (lightbox) working properly.
 * Thanks.

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

 *  [chaoskaizer](https://wordpress.org/support/users/chaoskaizer/)
 * (@chaoskaizer)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/adding-wp_header/#post-910476)
 * add inside your theme’s header.php
 *     ```
       <?php do_action('wp_head');?>
       ```
   
 *  Thread Starter [whetstone](https://wordpress.org/support/users/whetstone/)
 * (@whetstone)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/adding-wp_header/#post-910504)
 * YAAAAAAAAAAAAAAAAAAAAAAAA *breathe* AAAAAAAAAAAAAAAAAAAAAAAAY!

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

The topic ‘Adding wp_header’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [whetstone](https://wordpress.org/support/users/whetstone/)
 * Last activity: [17 years, 6 months ago](https://wordpress.org/support/topic/adding-wp_header/#post-910504)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
