WordPressを導入して、まずテンプレートを導入したわけだが、洋物を入れてしまったため、日付表示がおかしかった。下記を参照して、対策した。

テーマのtime関数を変更して、わかりやすくする

投稿記事の日時を表示する<?php the_time(); ?>

テンプレートの日付表示の部分を以下に変更。

<?php the_time(‘Y年m月d日(D)H時i分’); ?>

index.php single.php archive.phpの3つ。archiveは他にもおかしな記述があったので、結果を見ながらちょっとずつ直した。

Similar Posts:


 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

   
© 2012 Kacho Blog Suffusion theme by Sayontan Sinha