Wordpress vs. Drupal?

Out of context: Reply #14

  • Started
  • Last post
  • 15 Responses
  • acescence0

    the way i work with wp, or really any cms, is to start with a theme with all of the html removed, or some skeleton if you have a way you always start layouts, like a css reset, etc. you obviously only need to do this once.

    then i code up the layout for a particular site as static pages and get that working. no cms involved here.

    then i copy/paste the static layout bits into the appropriate parts of my html-less theme.

    also, i suggest you install the cms locally on your machine, with wamp or mamp

View thread