转载苏晨发布的。
效果演示


代码
使用教程
在zibll主题文件下新建一个.php
的文件,将上面的代码粘贴在新建的文件中,然后新建func.php
将下面的代码写入到func.php中
<?php
if (file_exists(get_theme_file_path('/文件名.php'))) {
require_once get_theme_file_path('/文件名.php');
}
© 版权声明
THE END
转载苏晨发布的。
在zibll主题文件下新建一个.php
的文件,将上面的代码粘贴在新建的文件中,然后新建func.php
将下面的代码写入到func.php中
<?php
if (file_exists(get_theme_file_path('/文件名.php'))) {
require_once get_theme_file_path('/文件名.php');
}
会员总数
文章总数
浏览总数
今日发布
稳定运行
暂无评论内容