点击广告查看隐藏内容....
0.成品如下

1.修改functions.php,底部新增,文件路径:usr/themes/Joe-master;如果无法显示设置,则将以下joe_custom修改为joe_other
// 在线人数设置
$onlinePersion = new Typecho_Widget_Helper_Form_Element_Select(
'onlinePersion',
array(
'on' => '开启(默认)',
'off' => '关闭',
),
'on',
'是否启用在线人数统计',
'介绍:开启后,文章底部展示当前在线人数'
);
$onlinePersion->setAttribute('class', 'joe_content joe_custom');
$form->addInput($onlinePersion->multiMode());
2.修改footer.php文件,文件路径:/usr/themes/Joe-master/public


本文共 205 个字数,平均阅读时长 ≈ 1分钟
点击广告查看隐藏内容....
看看
Warning: Trying to access array offset on value of type null in /www/wwwroot/zhinianboke.com/usr/themes/Joe-master/core/function.php on line 315
我用的WordPress那个统计就出来了
已添加友联
两种joe_custom,joe_other都试了,dat也给777权限了,还是不显示
12333
看
看啊看
全部设置完了还是不行
kkkk快快快
666
Warning: Trying to access array offset on value of type null in /www/wwwroot/zhinianboke.com/usr/themes/Joe-master/core/function.php on line 315
学到了,谢谢老哥
我的为什么没有自定义设置这个选项,求老哥告知
可以在出一个预计阅读时间和文章文字统计吗?
来看看