wordpress need more custom text containers on template but how -
Works great therefore I have created a template for a page.
But how do I add more text areas to the page? When I edit the page, I have a large text area (in the backend) where I can edit the text. It's awesome but I need more. I would like to be able to put the containers around the template to restrict the editor to just replace the text on the page and not edit the text inside many HTML in the editor.
Like
& lt; Html & gt; & Lt; Top & gt; & Lt; Body & gt; & Lt; Div & gt; Container1 & lt; / Div & gt; Some other HTML & lt; Div & gt; Container 2 & lt; / Div & gt; And so on ...
You probably want
If you want to use a plugin:
If you want to do your own roll:
And here's a nice tutorial that will make it Wrap:
Comments
Post a Comment