LoginSignup
2
2

More than 5 years have passed since last update.

【小ネタ】【WordPress】the_date()で日付が表示されないときの解決法

Last updated at Posted at 2014-02-04

the_date()はアーカイブなどで、同じ日の投稿が続くと、一番最初の投稿のみ日付を表示する仕様。
同じ日付でも、すべての投稿に日付を表示したい場合は、

the_time('Y年n月j日');

とすると良い。

2
2
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2