How to create a custom wordpress blog theme?
Hello. Does anybody know where can I create a good custom wordpress theme? Thank you
You can start by duplicating the default theme, Kubrick and playing around with it. Make sure to rename the theme somthing besides default, that way it will not get written over when you are upgrading. It is located in /wordpress/wp-content/themes/default. Their are a few main files there: header.php, index.php, single.php page.php, and footer.php. Start by breaking your current template up into those files. The header and footer are straight forward and will go on every page, the index.php goes on the home page, the page.php will be for pages, and the single.php will be for individual post pages. experiment by changing around the default. you’ll get the hand of it.
James
http://www.neboweb.com







You can start by duplicating the default theme, Kubrick and playing around with it. Make sure to rename the theme somthing besides default, that way it will not get written over when you are upgrading. It is located in /wordpress/wp-content/themes/default. Their are a few main files there: header.php, index.php, single.php page.php, and footer.php. Start by breaking your current template up into those files. The header and footer are straight forward and will go on every page, the index.php goes on the home page, the page.php will be for pages, and the single.php will be for individual post pages. experiment by changing around the default. you’ll get the hand of it.
James
http://www.neboweb.com
References :
http://www.neboweb.com/blog/