I have to convert the following HTML website into a Theme for WordPress. I am trying to figure out how to structure the theme in terms of pages/posts/custom modules and themes.
I have 5 sections in my page
- Home (Slider and content)
- Know (tabs with content)
- View (Projects with filterable effect)
- Read (blog and articles)
- Talk (contact Form)
I want to allow the customer to be able to edit most of the content on the page.
Please guide me into getting started.
Link: http://play.mink7.com/sophiance/
*Edit*
I created a page called 'home'
and in settings>reading>
selected that as the static content for the site.
Next i created a template called template-home.php
and selected the home
to use this template.
in your index.php file put the 5 sections.
in each section – create a new query to pull a page.
for example with a custom post type
etc.
Then create each page with that name and it will pull the data
I created a site like that here
This is how you should structure your WordPress website:
For similar ideas on how to structure your WordPress website go to http://www.mybuzzmedia.net