Browse Source

侧边分类添加文章数量和rss订阅

wqg 3 tuần trước cách đây
mục cha
commit
cacc920473
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      var/Widget/Metas/Category/Rows.php

+ 3 - 3
var/Widget/Metas/Category/Rows.php

@@ -166,10 +166,10 @@ class Rows extends Metas
             'wrapClass'     => '',
             'itemTag'       => 'li',
             'itemClass'     => '',
-            'showCount'     => false,
-            'showFeed'      => false,
+            'showCount'     => true,
+            'showFeed'      => true,
             'countTemplate' => '(%d)',
-            'feedTemplate'  => '<a href="%s">RSS</a>'
+            'feedTemplate'  => '<a href="%s">   RSS订阅</a>'
         ]);
 
         // 插件插件接口