Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Is it ok to build a WordPress theme as an HTML template first, and then turn it into a theme?

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #44863
    Anonymous
    Inactive

    I’m working on an HTML template and only though of making it a wordpress theme now. Is it okay to create it as an HTML template first, and then make it a wordpress theme?

    #135544
    jimmy
    Participant

    Of course!

    It’s probably better design-wise to make it in Photoshop first or even immediately in HTML and then to convert it to a theme.
    It’s just easier to manage pure HTML and not be distracted by all the PHP stuff while you determine the design.

    Well, that’s my approach, it’s common now to design in the browser, so you can as well do it in WordPress right away, but I think it’s just better to split the process into two parts: design and functionality.

    It’s very straightforward to themify the completed HTML template , so there’s no real reason to do them both in the same time, I’d just focus on them separately.

    Good luck!

    #135551
    Anonymous
    Inactive

    great. I was hoping i didn’t have to start over.

    #135553
    TreeRoot
    Participant

    That’s a good way to go because you can make sure you’ll only include what you’ll need and no extra cruft. You may also want to consider using a bare-bones WordPress theme as a foundation to assist you with the transition. I had to do this a while back and went with Starkers, as it’s so stripped down: http://viewportindustries.com/products/starkers/

    #135579
    chrisburton
    Participant

    Starkers is bloated and in my opinion, not a great framework.

    #135641
    jimmy
    Participant

    What do you recommend then, @chrisburton?

    I find Starkers extremely empty in comparison to other barebone themes I’ve been trying.

    I’d be glad if you can point the way to something even better :D

    #135643
    chrisburton
    Participant

    @jimmyniceguy I’ve used the HTML5 Reset WordPress theme (framework). It’s less bulky.

    http://html5reset.org/#wordpress

    Some people prefer the Underscores theme but I never liked that either.

    http://underscores.me

    #135649
    Ricky55
    Member

    Or just roll with your own code.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘CSS’ is closed to new topics and replies.