Typecho 增加统计代码,如51la,CNZZ等
主题的functions.php中心增加:
function themeConfig($form) {$tongji = new Typecho_Widget_Helper_Form_Element_Textarea('tongji', NULL, NULL, _t('统计代码'), _t(''));$form->addInput($tongji);}前台Footer文件挪用:
<?php $this->options->tongji(); ?>

评论列表