You are currently running a Placester enabled theme without the Placester plugin active. This will not work. Please download and install the plugin here:

'; } } } add_action('admin_notices', 'placester_plugin_compatibility'); /* * If the child theme isn't going to create the needed templates * the placester parent theme will Sets up theme defaults and * registers support for various WordPress features * */ if (!function_exists('custom_theme_switch_behavior')) { add_action('switch_theme', 'placester_theme_switch_theme'); function placester_theme_switch_theme() { if (file_exists('parts/switch_theme.php')) { include('parts/switch_theme.php'); } } }