代码拉取完成,页面将自动刷新
<?php
/**
* Template Page of Categorys Archives
*
* @package custom
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
$this->need('header.php');
?>
<div class="main-content archive-page clearfix">
<?php $this->widget('Widget_Metas_Category_List')->to($categorys);?>
<?php if ($categorys->have()): ?>
<?php while($categorys->next()): ?>
<div class="categorys-item">
<div class="categorys-title">
<a href="<?php $categorys->permalink();?>"><?php $categorys->name();?></a><span> :<?php $categorys->count();?></span>
</div>
<?php $catlist =$this->widget('Widget_Archive@categorys_'.$categorys->mid, 'pageSize=10000&type=category', 'mid='.$categorys->mid); ?>
<?php if($catlist->have()): ?>
<div class="post-lists">
<div class="post-lists-body">
<?php while($catlist->next()): ?>
<div class="post-list-item">
<div class="post-list-item-container">
<div class="item-label">
<div class="item-title"><a href="<?php $catlist->permalink() ?>"><?php $catlist->title() ?></a></div>
<div class="item-meta clearfix">
<div class="item-meta-date"> <?php $catlist->date('M j, Y'); ?> </div>
</div>
</div>
</div>
</div>
<?php endwhile; ?>
</div>
</div>
<?php endif; ?>
</div>
<?php endwhile; ?>
<?php endif; ?>
</div>
<?php $this->need('footer.php'); ?>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。