diff --git a/inc/theme-options.php b/inc/theme-options.php index b22ab8c..645c9a7 100644 --- a/inc/theme-options.php +++ b/inc/theme-options.php @@ -80,6 +80,13 @@ function kratos_options() 'type' => 'checkbox', ); + $options[] = array( + 'name' => __('多人模式', 'kratos'), + 'desc' => __('在文章列表显示当前文章作者,在文章页面页脚显示当前作者介绍', 'kratos'), + 'id' => 'multiusers', + 'type' => 'checkbox', + ); + $options[] = array( 'name' => __('CSS 动画库', 'kratos'), 'desc' => __('开启 animate.css 效果', 'kratos'), @@ -195,13 +202,6 @@ function kratos_options() 'type' => 'upload', ); - $options[] = array( - 'name' => __('多人创作', 'kratos'), - 'desc' => __('在文章列表显示文章作者,在文章页面页脚显示作者介绍', 'kratos'), - 'id' => 'multiusers', - 'type' => 'checkbox', - ); - $options[] = array( 'name' => __('收录配置', 'kratos'), 'type' => 'heading',