Converting a Design to WP theme

Discussion in 'WordPress' started by technoverma, Dec 13, 2010.

  1. #1
    I started my own blog about SEO tips and Tricks and currently using just free WP themes and after getting the review done, it has been suggested that i should have a better theme, I do have little knowledge of Photoshop so can design a theme for myself but can any one tell me how do i go about converting it to a WP theme
     
    technoverma, Dec 13, 2010 IP
  2. timtrice

    timtrice Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Assuming you know programming, slicing images and what-not, you can grab a theme framework like Thematic and style it mostly w/ CSS (maybe a little customizing depending on your needs). You don't need to code a theme from the ground up.

    Who is suggesting your theme could be better and what is there expertise? Doesn't look too bad to me. Then again, I'm not a designer...
     
    timtrice, Dec 13, 2010 IP
  3. andrej

    andrej Notable Member

    Messages:
    3,210
    Likes Received:
    130
    Best Answers:
    0
    Trophy Points:
    220
    #3
    andrej, Dec 13, 2010 IP
  4. Sahil72

    Sahil72 Well-Known Member

    Messages:
    947
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    128
    #4
    What you can do is use a Free theme that fits your niche(there are many out there) and after 5-6 months, go for a customization theme but as for now your blog is new and once you get some visitors, you can think of getting a unique design.
     
    Sahil72, Dec 13, 2010 IP
  5. Yuuko008

    Yuuko008 Member

    Messages:
    682
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    33
    #5
    First of all, i would like to support the people who suggested to have a better theme. I do believe that there's always a room for improvement. And there's a big difference (for me) in using a free theme from a custom theme.

    And about your question, the first thing you need to do is make / provide yourself a web design (.PSD) but if it's already coded on HTML/CSS then everything will be easier. You just need to divide the html page to php files.

    1.] header.php
    2.] index.php
    3.] sidebar.php (if there's sidebar)
    4.] footer.php
    5.] single.php (for posts)
    6.] page.php (for pages)
    7.] archive.php (for categories, archives)
    8.] 404.php
    9.] function.php

    Of course what i said above are the core files (If I miss anything, please feel free to say it). But there are still more like search.php, comment.php and etc.

    I strongly suggest that you google (html/css to wordpress theme tutorial) for more guides. Or you can use the default template of wordpress as your guide.

    Hope this helps :)
     
    Yuuko008, Dec 13, 2010 IP
  6. technoverma

    technoverma Peon

    Messages:
    244
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    thank you all will have a look at all the suggested options
     
    technoverma, Dec 14, 2010 IP
  7. gordi555

    gordi555 Active Member

    Messages:
    537
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #7
    If it's soemthing you're not going to do often I would outsource the work otherwise it's a large learning curve!
     
    gordi555, Dec 14, 2010 IP
  8. wpfan

    wpfan Member

    Messages:
    64
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #8
    wpfan, Dec 14, 2010 IP