Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author webvitaly

    (@webvitaly)

    This shortcode works fine for me: [pagelist show_date=”created”]

    “show_date” param works only with [pagelist], [subpages] and [siblings] shortcodes.

    Thread Starter Jefftis

    (@jefftis)

    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

    (@webvitaly)

    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

    (@jefftis)

    Thats Awesome!!! Thanks!!!

    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.