• Hello.
    is there any way to show the dates that current author posted something, into the author’s page? Like a calendar or something, or just listing the dates using a SQL query.

    Any help is appreciate.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You need to edit the post.php/single.php and add this code where you want to display the post date:

    <?php
    the_date();
    ?>

    Thanks,

    Shane G.

    Thread Starter Nikolas

    (@kordellas)

    Hi there. Thank for the info.
    However is there a way to list all the dates that the author has posted something?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show the dates an author has posted’ is closed to new replies.