hi,
i am trying to write a little plugin which allows me to add a different theme to each page. well.. still trying.. ;)
The last function is the problem.
When i put return 'mytesttheme'; at the end it works just perfect!
when i write echo $page_theme.', '; before the return, it outputs: , , , mytesttheme, mytesttheme, mytesttheme, mytesttheme,
in wp-backend it shows "mytesttheme" as post meta content in wp-core post meta content box.. so the saving works as it should..
Any ideas? :S