addInput($logoUrl->addRule('url', _t('请填写一个合法的URL地址'))); $sidebarBlock = new \Typecho\Widget\Helper\Form\Element\Checkbox( 'sidebarBlock', [ 'ShowRecentPosts' => _t('显示最新文章'), 'ShowRecentComments' => _t('显示最近回复'), 'ShowCategory' => _t('显示分类'), 'ShowArchive' => _t('显示归档'), 'ShowOther' => _t('显示其它杂项') ], ['ShowRecentPosts', 'ShowRecentComments', 'ShowCategory', 'ShowArchive', 'ShowOther'], _t('侧边栏显示') ); $form->addInput($sidebarBlock->multiMode()); } function postMeta( \Widget\Archive $archive, string $metaType = 'archive' ) { $titleTag = $metaType == 'archive' ? 'h2' : 'h1'; ?> < class="post-title" itemprop="name headline"> title() ?> >
addItem($logoUrl); } */