Viewing 1 replies (of 1 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hello,

    In order to display post date it is necessary to add:

    for time displaying

    esc_attr( get_the_time() )

    for date displaying

    get_the_date()

    <?php echo get_the_date(); ?>

    Regards,
    Oksana

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Gallery] display post date in the Galleries listing page’ is closed to new replies.