All (1) | Bookmarks (1)
Displaying 1 - 1 of 1
previous | page 1 of 1 | next
Interactive Online - WordPress trick: Change theme programatically 
The first thing you have to do is to paste the following function in your functions. php file. function switchTheme($theme) { global $wpdb; if (isset($theme)) { $queries = array('UPDATE wp_options
http://interactiveonline.com/wordpress/wordpress-trick-
change-theme-programatically
first added by davidtddti, last updated 2 years 2 months ago
change-theme-programatically

