• Resolved pricejn2

    (@pricejn2)


    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)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding wrapper comments into regions’ is closed to new replies.