Is there any plugin for wordperss that allows me to apply different themes to different pages? If not any one knows how to do that? Thankx
you can add custom templates for different pages of wordpress. As per theme is concerned i haven't tried it on page though i implemented it on the categories.
I do not know to be an plugin on that, but you can do that when you code the theme. There is a php code to do that that is added at the top of the php file similar to singe.php. The code is this: TheName than will show up at the Page Template option at WP editor. Good Luck!
Its worth learning how to code wordpress themes if you want to do this yourself, its very possible, you just need to understand putting the themes together first, or have someone do it for you.