代码拉取完成,页面将自动刷新
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<div class="col-mb-12 col-offset-1 col-3 kit-hidden-tb" id="secondary" role="complementary">
<?php if (!empty($this->options->modelBlock) && in_array('ShowOther', $this->options->modelBlock)): ?>
<!-- 随机文章 -->
<section class="widget">
<h3 class="widget-title"><?php _e('手气不错'); ?></h3>
<ul class="widget-list">
<?php outputRandomPosts($this->options->randompostcount); ?>
</ul>
</section>
<?php endif; ?>
<?php if (!empty($this->options->modelBlock) && in_array('ShowRecentComments', $this->options->modelBlock)): ?>
<!-- 最近回复 -->
<section class="widget">
<h3 class="widget-title"><?php _e('最近回复'); ?></h3>
<ul class="widget-list">
<?php \Widget\Comments\Recent::alloc('ignoreAuthor=true')->to($comments); ?>
<?php while ($comments->next()): ?>
<li>
<a href="<?php $comments->permalink(); ?>"><?php $comments->author(false); ?></a>: <?php $comments->excerpt(18, '...'); ?>
</li>
<?php endwhile; ?>
</ul>
</section>
<?php endif; ?>
<?php if (!empty($this->options->modelBlock) && in_array('ShowCategory', $this->options->modelBlock)): ?>
<!-- 文章分类 -->
<section class="widget">
<h3 class="widget-title"><?php _e('分类'); ?></h3>
<?php \Widget\Metas\Category\Rows::alloc()->listCategories('wrapClass=widget-list'); ?>
</section>
<?php endif; ?>
</div><!-- end #sidebar -->
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。