need('header.php'); ?>

title() ?>

to($quantity); ?>

共包含 publishedPostsNum(); ?> 篇文章

options->showallwords): ?>

publishedPostsNum)->to($archives); $year = 0; $mon = 0; $i = 0; $j = 0; $output = '
'; while ($archives->next()) { $year_tmp = date('Y', $archives->created); $mon_tmp = date('m', $archives->created); $y = $year; $m = $mon; if ($year > $year_tmp || $mon > $mon_tmp) { $output .= ''; } if ($year != $year_tmp || $mon != $mon_tmp) { $year = $year_tmp; $mon = $mon_tmp; $output .= '

' . date('Y年', $archives->created) . '

'. date('m月', $archives->created) .'

    '; //输出年份 } $output .= '
  • ' . date('m月d日', $archives->created) . '
  • '; //输出文章 } $output .= '
'; echo $output;?>
need('footer.php'); ?>