Title: Adding wrapper comments into regions
Last modified: August 20, 2016

---

# Adding wrapper comments into regions

 *  Resolved [pricejn2](https://wordpress.org/support/users/pricejn2/)
 * (@pricejn2)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/adding-wrapper-comments-into-regions/)
 * I’m working with a third-party web service that nightly pulls the header and 
   footer from my wordpress site but requires comment tags at specific locations
   in the rendered HTML in order for it to process correctly.
 * Here is an example of what I need the header region to look like:
 *     ```
       <head>
         <title></title>
   
         <!-- COMMENT - START head_tags -->
          <meta />
           <!-- COMMENT - PLACEHOLDER styles -->
           <!-- COMMENT - PLACEHOLDER js -->
   
         <!-- COMMENT - END head_tags -->
       </head>
       ```
   
 * Any thoughts on how to pull this off?

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/adding-wrapper-comments-into-regions/#post-2188788)
 * Try adding the comment lines to your theme’s header.php template file.
 *  Thread Starter [pricejn2](https://wordpress.org/support/users/pricejn2/)
 * (@pricejn2)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/adding-wrapper-comments-into-regions/#post-2188870)
 * perfect got the header section resolved. using genesis framework, here is what
   header.php looks like:
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   Please use the [pastebin](http://wordpress.pastebin.com/)]_

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

The topic ‘Adding wrapper comments into regions’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [pricejn2](https://wordpress.org/support/users/pricejn2/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/adding-wrapper-comments-into-regions/#post-2188870)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
