How to implement wordpress like themes?

2011-04-25 Thread rocklee
I want to implement wordpress like themes, one application has different themes, the template in each theme maybe have different layout and contains different sections. User can select which theme to use. I thought there will be a folder with different themes, like following: web - WEB-INF - t

Re: How to implement wordpress like themes?

2011-04-25 Thread rocklee
Best Regards, Lee On Mon, Apr 25, 2011 at 6:33 PM, Dave Newton-6 [via Struts] < ml-node+4338026-1810801222-201...@n5.nabble.com> wrote: > Use CSS and include a different one for each theme. See the CSS Zen garden > site for examples of what can be done with pure CSS. > > Dav