WordPress Themes Pages

I’m developing a wordpress theme from a photoshop PSD file. The theme has multiple pages I’m trying to add. I’ve created a custom page template and that works fine, but the page has multiple content areas. It has three divs separated by borders. Right now if you add content on the edit page menu it just puts it all in the first container.

Is there a way I can make it so the user can edit and add content to all three content areas from the admin panel?

Read More

Thanks in advance.

Related posts

Leave a Reply

3 comments

  1. A very useful plugin for this is also available. It is called Page.ly Multiedit, and you can find it here: http://wordpress.org/extend/plugins/pagely-multiedit/.

    More detailed instructions and examples can also be viewed here: http://blog.page.ly/multiedit-plugin/.

    This will allow for adding multiple editable regions to page templates, and also add a tab for each editable region in the page editor. I’ve used this multiple times and had great success with it.