如何显示特定月份的帖子列表

时间:2013-09-27 10:43:44

标签: wordpress wordpress-theming

我正在尝试设置存档页面,并且我有以下代码按月创建存档列表:

<?php wp_get_archives('type=monthly'); ?>

所以,当我点击一个月时,它会转到“/?m = 201309”页面,但此页面的模板是我的主页。如何自定义该页面以列出该月的帖子?

1 个答案:

答案 0 :(得分:0)

您需要创建archives.php并相应地进行设计。

通过tut plus检查这个很棒的教程,你的所有查询都将得到解决。

http://wp.tutsplus.com/tutorials/create-a-wordpress-archives-template-for-your-theme/