I know how to build wordpress theme from scratch but the one i can create is blogging theme as u can see in my recent blog, Any php expert can guide me how to show different categories at homepage (for my recent blog) like in this theme http://woothemes.com/demo/?t=33
That theme is just using the basic php call for categories, and also shows sub categories. The rest is all CSS. The shorthand to call categories is:
No i search many themes they all have some php code and when i write that code layout shows php error which means i am missing. what about http://woothemes.com/demo/?t=33
Well, if you are catching an error, it's because your not closing the connection. Here is an example to show all categories in a post. Just put the code above between these two lines so you can see wordpresses open and closed connections. and