Coding Wordpress Themes

Discussion in 'PHP' started by jezzz, Feb 5, 2007.

  1. #1
    HeY!
    Friends
    i m good coder of HTML and also have an idea of Slicing .PSD into HTML but dont have an to do coding in PHP. Right now i have created a theme for wordpress cms but dont know how to code in PHP.

    Can anyone guide me or share any valuable tips regarding coding

    Regards

    Jez
     
    jezzz, Feb 5, 2007 IP
  2. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #2
    just-4-teens, Feb 5, 2007 IP
  3. jezzz

    jezzz Notable Member

    Messages:
    4,884
    Likes Received:
    190
    Best Answers:
    0
    Trophy Points:
    200
    #3
    Sorry! i have to learn that skill so need some tips regarding can u give basic technique so i could get better from it
     
    jezzz, Feb 5, 2007 IP
  4. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #4
    use the default wordpress template as a starter.

    header.php is displayed site-wide so anythink that is to be displayed site-wide goes in here (logo, main menu etc)

    index.php is displayed on the blog homepage only and displays the latest post

    single.php displays single blog post.

    footer.php is displayed site-wide and is useful for things like copyright notice etc.

    the easiest way to learn is probably to open up the default template and start editing it here and there.
     
    just-4-teens, Feb 5, 2007 IP