Archive for 1月 12th, 2006

如何显示月份归档后的篇数

星期四, 1月 12th, 2006

使用wordpress1.2的模板中sidebar上月份归档后像分类归档一样有篇数显示,后来换风格后遗忘了如何显示的,今天才找到方法。

PHP:
  1. <?php wp_get_archives('type=monthly'); ?>

改为

PHP:
  1. <?php get_archives('monthly', '', 'html', '', '', TRUE); ?>

Technorati Tags: ,