Bear with me...
- I am trying to create a simple Wordpress index template that allows users to edit copy using custom fields.
- The index page is divided into 4 sections.
- Each section has its own look and feel, as if it's its own page.
Here's what I was thinking:
- Create each of the four sections as a Wordpress "page"
- Apply a custom page template, with the HTML I'd like displayed, to each of the four pages.
- Use custom fields to create any blocks of editable copy.
- Display all of these pages on the index.php template.
- Disable the visual editor on the pages and just show the custom fields.
Number 4 in the list above is where I'm stuck. I'm not sure how to get the pages (including their templates) onto the index. I'm also not sure if this is really the right way to be doing it. I also explored creating a custom object but didn't get to far. Any advice would help. Thanks.