设计wordpress主题的最佳方法,需要一些建议

I'll be building a Wordpress theme and would be needing some advice in implementing it. here's the outline of my design. I will using 960.gs for the css layout.

Now my worries is what approach will i be using to the services(1,2,3...)? Will I use widget fort hat? Those boxes should be easy to maintain and update. (I've been a Joomla user so, So if I had code it in joomla I had used module for that approach. Is there a similar approach to Wordpress? that you can easily turn on/off the boxes? )

How can I change the look for each page? Some services will not be render in some pages (example, service 1-4 will not be avialabe for 'about page')

Thanks! :)

Download Free ‘Starkers’ Wordpress theme at Here

and following the instructions from Chris Coyer of CSS Tricks at Here

This really did help me. The screen cast from Chris is a three part series and you would love it.

Update One:

After you do this. I would advice you to get free themes online and see how things are done in different templates. I will help you improve a great deal.

Update Two:

To prevent some widgets from showing on different pages, you would to remove the function that creates that widget from that particular template. Every widget is like a plugin and a function is used to render it on screen.

Hope this helps.