Is there a way we can change to a specific theme for a specific page only in Wordpress?
I tried easy theme switcher but the problem with that is that it changes theme permanently.
I don't want that...
I am not 100% sure of exactly what you want to achieve - but if it is only to have a different display for a single page (rather then really change ALL the theme to include all the functions etc..) , then -
You should can create a page-template and then choose it in the drop-down menu for your page .
(in the sidebar - Page-attributes ->Template)
In that case , you could also use specific functions by adding them to the page itself (before the output.)
For example :
<?php
/*
Template Name: my-page-name
*/
function my_specific_page_function() {
//..do_whatever
}
?>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With