• 折腾
  • Typecho向编辑页加入默认字段项


放入fuctions.php

function themeFields($layout) {
    $thumb = new Typecho_Widget_Helper_Form_Element_Text('thumb', NULL, NULL, _t('自定义缩略图'), _t('输入缩略图地址(仅文章有效)
<style>
.wmd-button-row {height:auto;}.copyright p:after {content: "YoDu魔法优化中";margin-left: 6px;font-size: 12px;}
</style>
'));
    $layout->addItem($thumb);
}