diff --git a/inc/theme-options.php b/inc/theme-options.php index 7b85c68..b22ab8c 100644 --- a/inc/theme-options.php +++ b/inc/theme-options.php @@ -71,14 +71,7 @@ function kratos_options() 'std' => '#f5f5f5', 'type' => 'color', ); - - $options[] = array( - 'name' => __('多人模式', 'kratos'), - 'desc' => __('在文章列表显示当前文章作者,在文章页面页脚显示当前作者介绍', 'kratos'), - 'id' => 'multiusers', - 'type' => 'checkbox', - ); - + $options[] = array( 'name' => __('前台管理员导航', 'kratos'), 'desc' => __('开启前台管理员导航', 'kratos'), diff --git a/pages/page-content.php b/pages/page-content.php index 8cf580d..4f76de4 100644 --- a/pages/page-content.php +++ b/pages/page-content.php @@ -26,9 +26,6 @@
- - -