• Resolved Sigil

    (@sigil)


    I have a recurring div that I want repeated in each of my page templates, and I don’t want to add it to each and every one of my old pages. Is there a way I can add this div so that the_content will wrap around it?

Viewing 1 replies (of 1 total)
  • Thread Starter Sigil

    (@sigil)

    Silly me… Of course, just
    <article>
    <div id=”contact-info”>
    </div>
    <div class=”entry”><… the content() —></div>
    </article>

Viewing 1 replies (of 1 total)
  • The topic ‘Recurring div in or outside the_content?’ is closed to new replies.