I’m using the following to get the date of each post: while (have_posts()) : the_post(); //some html <li class="icon-date"><?php the_date('Y-m-d');?></li> <li class="icon-time"><?php the_date('H:i:s');?></li> ...
-
April 13, 2022
- 0 Comments