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
i could code it from HTML to a compatible wordpress template for a small fee or for free with a footer link back. have a look @ > http://forums.digitalpoint.com/showthread.php?t=221194
Sorry! i have to learn that skill so need some tips regarding can u give basic technique so i could get better from it
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.