diff --git a/inc/theme-options.php b/inc/theme-options.php index 5bc2ba5..2b051ad 100644 --- a/inc/theme-options.php +++ b/inc/theme-options.php @@ -195,6 +195,13 @@ function kratos_options() 'type' => 'upload', ); + $options[] = array( + 'name' => __('多人创作', 'kratos'), + 'desc' => __('在文章列表显示文章作者,在文章页面页脚显示作者介绍', 'kratos'), + 'id' => 'multiusers', + 'type' => 'checkbox', + ); + $options[] = array( 'name' => __('收录配置', 'kratos'), 'type' => 'heading', diff --git a/pages/page-content.php b/pages/page-content.php index 2b8a10f..7faefce 100644 --- a/pages/page-content.php +++ b/pages/page-content.php @@ -26,6 +26,9 @@
+ + + diff --git a/pages/page-toolbar.php b/pages/page-toolbar.php index 17a49a0..03efe87 100644 --- a/pages/page-toolbar.php +++ b/pages/page-toolbar.php @@ -8,9 +8,15 @@ ?>
+ + +

+

+

+