This shortcode works fine for me: [pagelist show_date=”created”]
“show_date” param works only with [pagelist], [subpages] and [siblings] shortcodes.
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???
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.
Thats Awesome!!! Thanks!!!
Thanks Jefftis…this is what i searching for _ext, too.