ba221ea5 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 42f549e6
......@@ -108,3 +108,10 @@ function template_chooser($template)
add_filter('template_include', 'template_chooser');
add_action('after_setup_theme', 'remove_admin_bar');
function remove_admin_bar() {
if (!current_user_can('administrator') && !is_admin()) {
show_admin_bar(false);
}
}
\ No newline at end of file
......