Can a template contain content that includes markup?
-
(The site in question contains only pages and no posts.)
I’m trying to create 2 or 3 custom templates that themselves contain markup within the content that the content editor will expose to the content creators. Can this be done? If so, how?
For example, I would like to give the users a template that has an h1 tag across the top of 3 columns and they will be able add content to each column and fill in the h1 tag. (They will receive training as to how to provide the content.)
I would expect them to see something like this when they create a new page based on the template.
<h1></h1>
<div class=”column1″>
</div>
<div class=”column2″>
</div>
<div class=”column3″>
</div>
Thanks,
Karl
- The topic ‘Can a template contain content that includes markup?’ is closed to new replies.