实现了存档页面显示文章年份归类显示功能,见存档页。
方法比较原始,但能用。
<!-- 实现输出文章年份 -->
<h4>
<?php
$count=0;
$post_year = date('Y', strtotime($post->post_date));
$year= date('Y');
if ($count==1){
}
else{
if ($post_year_last != $post_year){
echo $post_year;
$post_year_last = $post_year;
$count = 1;
}
}
?>
</h4>
我一直想要年份显示的 月份太多了。
@hannah可以参考本代码……
鉴于文章比较多的,还是那种先显示年份,想看哪年点击哪年再展开的比较好?
不过貌似这个牵涉到JS?多一个JS加载可能又要影响网站的打开速度。
@Betty是的我觉得会拖累,且实现起来比较麻烦,肯定得去找插件,不如一页直接打开然后ctrl(command)-f了
我很喜欢我的归档页,是老杨帮我弄的。^_^。
http://www.imjiayin.com/archives/
@JiaYin不错!怎么弄的?
@S̆̈不知道呀。。。。老杨帮我弄的,我完全不懂。。。。。你去cyhour.com问问他吧。
@JiaYin好
不错,时间长了按日期看太多了。
@Royspan对。