treehouse : what would you like to learn today?
Web Design Web Development iOS Development

custom homepage on wordpress

  • Is it possible to have a wp blog with a home page that looks like this...
    All my other pages would have the same header and footer and also have a sidebar for advertising and categories. Im not too sure how to approach themeing this for wp.


    Thanks.
  • The first step: code all of your templates into regular HTML and make sure they are fully functioning.

    Home Page
    Inside Page
    Contact Page (though, not necessarily with a form, since you can use a plugin for that)
    Any Other Page

    Once you have each one of those fully tested (validates, works across browsers, etc), THEN you can start moving them over to WordPress. Then it becomes as simple as replacing the dummy content you've entered with WP Loops.