Tagged Questions
0
votes
1answer
589 views
Change template dynamically
Is it possible to change the template loaded for a page, as it loads, without having to change the record in the database?
I suspect it can be done with the template_redirect action, and the will ...