What do i need to learn to develop an WP theme??

Discussion in 'WordPress' started by omarventure, Oct 4, 2010.

  1. #1
    Hey ppl, this my first post so sorry if this in the wrong section but i just like to know what would i have to know [programing Language] to actually develop a wordpress themes.

    i'm experienced in graphic design. but i would to expand my horizon and go into wordpress design and development.

    Also can some explain whats the process is like; from Planning to Design to Develop...

    Thanks in Advance
     
    omarventure, Oct 4, 2010 IP
  2. WC Rocket

    WC Rocket Member

    Messages:
    120
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    48
    #2
    HTML + CSS + Basic PHP + http://www.wordpress.org/codex/ = WordPress Theme

    As a designer, plan your theme interface by hand. Start with pencil and paper and sketch out how you want the website to look. Next, your should layout the design in Photoshop or GIMP, whatever graphics software you use, and make a mockup of the design. Be specific and don't cut corners. The last part will be to write the HTML structure for the design and work the CSS styles and graphics in the HTML. It can be a tedious process, but once you have completed a theme, you can use the knowledge and snippets from your first to build more themes and grow as a theme designer.
     
    WC Rocket, Oct 5, 2010 IP
  3. addlinkurl

    addlinkurl Well-Known Member

    Messages:
    2,409
    Likes Received:
    129
    Best Answers:
    0
    Trophy Points:
    155
    Digital Goods:
    1
    #3
    download 2.9.2 version: http://wordpress.org/download/release-archive/

    there is a default theme in wp-content/themes. this theme will be your guide.

    you need to know css and a little php. try to edit the default theme first. then you can start creating new themes.
     
    addlinkurl, Oct 5, 2010 IP
  4. mdvaldosta

    mdvaldosta Peon

    Messages:
    4,079
    Likes Received:
    362
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Wordpress themes are simply a basic html/css layout that's cut/pasted into a header/footer/index/sidebar files with <?php echo $post_title ?> type snippets to replace whatever the static text would be. It's quite simple, if you look at the default style you can see that.
     
    mdvaldosta, Oct 5, 2010 IP
  5. MiletNZ

    MiletNZ Member

    Messages:
    283
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #5
    MiletNZ, Oct 5, 2010 IP
  6. c4cyber

    c4cyber Well-Known Member

    Messages:
    1,040
    Likes Received:
    27
    Best Answers:
    1
    Trophy Points:
    150
    #6
    you need to learn 1. html, css, php to develop a wp theme.
    well, i can teach you how to develop a wordpress theme...and that's for free
    you can pm me if interested.
    to answer your 2nd question..it goes like design in photoshop, slicing, html/css, and finally wordpress theme..
    sometime plugins and widgets are helpful as well .
     
    c4cyber, Nov 25, 2011 IP
  7. yank whalley

    yank whalley Peon

    Messages:
    70
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    yank whalley, Nov 25, 2011 IP
  8. iliveforyou

    iliveforyou Active Member

    Messages:
    207
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #8
    HTML + CSS + PHP + JavaScript + MySQL(here you will store the wordpress posts)
     
    iliveforyou, Nov 25, 2011 IP
  9. tts55

    tts55 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Checkout the DigWP ebook, it covers everything you need to know.
     
    tts55, Dec 2, 2011 IP
  10. teamversion

    teamversion Peon

    Messages:
    79
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Start with HTML and a really basic theme to modify. Then gradually work with CSS when customizing.

    If you have sharpened your skills on these two skill sets then learn a bit of PHP and from there you can start a theme from scratch.

    But why re-invent the wheel?
     
    teamversion, Dec 4, 2011 IP
  11. ali574

    ali574 Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    just go to the word press site and read the tutorials how to make the word press themse
     
    ali574, Dec 5, 2011 IP
  12. philnet

    philnet Well-Known Member

    Messages:
    180
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #12
    philnet, Dec 18, 2011 IP
  13. bitterbeam

    bitterbeam Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    u don't need to develop themes from scratch u can use a free one on wordpress site and modify it the way you like :)
     
    bitterbeam, Dec 18, 2011 IP