月別ページタイトル
<?php if(is_year()): ?>
「<?php echo get_the_date('Y年'); ?>」の記事
<?php elseif (is_month()) : ?>
「<?php echo get_the_date('Y年m月'); ?>」の記事
<?php elseif (is_day()) : ?>
「<?php echo get_the_date('Y年m月j日'); ?>」の記事
<?php else: ?>
<?php endif; ?>