Title: Comic blog post time only?
Last modified: August 22, 2016

---

# Comic blog post time only?

 *  Resolved [WanderingOtaku](https://wordpress.org/support/users/wanderingotaku/)
 * (@wanderingotaku)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/comic-blog-post-time-only/)
 * I’m working on a new responsive design and comic easel is only showing the time
   posted rather than the date and time.
 * In the comicblogpost.php I see the line:
 * `if ($instance['showdate']) { echo "<div class=\"comic-post-widget-date\">".get_the_time(
   get_option('time_format'))."</div>\r\n"; }`
 * which shows it is only posting the time…
 * I changed the php to work using the code below, but obviously any future updates
   to comic easel will override it.
 * `if ($instance['showdate']) { echo "<div class=\"comic-post-widget-date\">on ".
   get_the_date()."</div>"; echo "<div class=\"comic-post-widget-date\">at ".get_the_time(
   get_option('time_format'))."</div>\r\n";}`
 * Is there an option I am missing somewhere to have it show the date or is it actually
   in the coding?
 * [https://wordpress.org/plugins/comic-easel/](https://wordpress.org/plugins/comic-easel/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [markjkoch](https://wordpress.org/support/users/markjkoch/)
 * (@markjkoch)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/comic-blog-post-time-only/#post-5864704)
 * This bug would be better posted to the Comic Easel support website.
 * But an easier fix is to change ‘time_format’ to ‘date_format’ in the comicblogpost.
   php file.
 *  Plugin Author [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/comic-blog-post-time-only/#post-5864705)
 * [https://github.com/Frumph/comic-easel/commit/89d8c37288ae5c10e1cb69dc2ea898f8a7571798](https://github.com/Frumph/comic-easel/commit/89d8c37288ae5c10e1cb69dc2ea898f8a7571798)
 * Updated to date_format for future release, thanks [@markjkoch](https://wordpress.org/support/users/markjkoch/)
   and [@wanderingotaku](https://wordpress.org/support/users/wanderingotaku/) for
   finding that

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Comic blog post time only?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/comic-easel_226fa1.svg)
 * [Comic Easel](https://wordpress.org/plugins/comic-easel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/comic-easel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/comic-easel/)
 * [Active Topics](https://wordpress.org/support/plugin/comic-easel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/comic-easel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/comic-easel/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Frumph](https://wordpress.org/support/users/frumph/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/comic-blog-post-time-only/#post-5864705)
 * Status: resolved