Title: show_date
Last modified: August 24, 2016

---

# show_date

 *  Resolved [Jefftis](https://wordpress.org/support/users/jefftis/)
 * (@jefftis)
 * [11 years ago](https://wordpress.org/support/topic/show_date-1/)
 * I am using the show_date=”created” property and it is not showing the date. Everything
   appears to be working just fine. What am I doing wrong?
 * [https://wordpress.org/plugins/page-list/](https://wordpress.org/plugins/page-list/)

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

 *  Plugin Author [webvitaly](https://wordpress.org/support/users/webvitaly/)
 * (@webvitaly)
 * [11 years ago](https://wordpress.org/support/topic/show_date-1/#post-6045394)
 * This shortcode works fine for me: [pagelist show_date=”created”]
 * “show_date” param works only with [pagelist], [subpages] and [siblings] shortcodes.
 *  Thread Starter [Jefftis](https://wordpress.org/support/users/jefftis/)
 * (@jefftis)
 * [11 years ago](https://wordpress.org/support/topic/show_date-1/#post-6045453)
 * ok, I figured it out. add the following code after line 332 on the page-list/
   page-list.php file:
 * $list_pages_html .= get_the_date( $format, $page->ID );
 * This will put the created date after the title but before the content.
    Then 
   it will work with Pagelist_ext. I wonder why pagelist has not fixed this yet???
 *  Plugin Author [webvitaly](https://wordpress.org/support/users/webvitaly/)
 * (@webvitaly)
 * [11 years ago](https://wordpress.org/support/topic/show_date-1/#post-6045508)
 * Thank you very much for sharing the code.
    I will add it to the next release 
   of the plugin. It was not added before because I never needed it before and also
   nobody before asked about it. You are the first one who asked about it.
 *  Thread Starter [Jefftis](https://wordpress.org/support/users/jefftis/)
 * (@jefftis)
 * [11 years ago](https://wordpress.org/support/topic/show_date-1/#post-6045524)
 * Thats Awesome!!! Thanks!!!
 *  [3task](https://wordpress.org/support/users/3task/)
 * (@3task)
 * [11 years ago](https://wordpress.org/support/topic/show_date-1/#post-6045675)
 * Thanks Jefftis…this is what i searching for _ext, too.

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

The topic ‘show_date’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/page-list_ffffff.svg)
 * [Page-list](https://wordpress.org/plugins/page-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/page-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/page-list/)
 * [Active Topics](https://wordpress.org/support/plugin/page-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/page-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/page-list/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [3task](https://wordpress.org/support/users/3task/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/show_date-1/#post-6045675)
 * Status: resolved