找回密码
 立即注册

Typecho 添加统计代码功能

2022-7-23 22:20:21 · 站长社区
主题的functions.php中间添加:

  1. function themeConfig($form) {
  2. $tongji = new Typecho_Widget_Helper_Form_Element_Textarea('tongji', NULL, NULL, _t('统计代码'), _t(''));
  3. $form->addInput($tongji);
  4. }
复制代码
前台Footer文件调用:
  1. <?php $this->options->tongji(); ?>
复制代码


全部评论 0

主题的functions.php中间添加:

  1. function themeConfig($form) {
  2. $tongji = new Typecho_Widget_Helper_Form_Element_Textarea('tongji', NULL, NULL, _t('统计代码'), _t(''));
  3. $form->addInput($tongji);
  4. }
复制代码
前台Footer文件调用:
  1. <?php $this->options->tongji(); ?>
复制代码


热门推荐
您需要登录后才可以回帖 立即登录
说说你的想法......
0
0
0
返回顶部