Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.


    • CommentAuthorwebguy
    • CommentTimeFeb 10th 2007
     
    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
    • CommentAuthorviane
    • CommentTimeFeb 10th 2007
     
    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.