<div class="main">
<?php if($this->have()):?>
<?php while($this->next()): ?>
<article>
<p class="title"><a href="<?php $this->permalink() ?>" target="_blank"><?php $this->title() ?></a></p>
<span class="date">发布于:<?php $this->date('y-m-d'); ?></span>
<span class="author">来自<a href="<?php $this->author->permalink(); ?>"><?php $this->author(); ?></a></span>
<div class="category"><?php $this->category(','); ?></div>
<div class="content"><?php $this->content('阅读全文 >>'); ?></div>
</article>
<?php endwhile; ?>
<?php else:?>
<div>暂无文章</div>
<?php endif?>
<?php $this->pageNav('<< 上一页', '下一页 >>'); ?>
</div>
感觉这种格式可自定义化很高啊,即使小白也会用,重组性也挺高的
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.