add div between underscores content in content-page.php
-
I am using underscores to create a theme and I want to use the bootstrap grid to make a layout for the page content. right now the content shows like.
<div class="entry-content"> <h1> <img /> <p> <h2> <img /> <p> </div>
But what I want is:
<div class="entry-content"> <div class="col"> <h1> <img /> <p> <div> <div class="col"> <h2> <img /> <p> <div> </div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘add div between underscores content in content-page.php’ is closed to new replies.