Forums

hack: how to add "timestamp" of posting? (4 posts)

  1. superdino
    Member
    Posted 1 year ago #

    Hi,

    I am using the default WP3 theme. I would like to print the time out, when a article was created/posted, right beside the day.

    Should be like:
    Posted on 04/07/2010 on 07.10 by userx

    Anyone has a clue how this can be done?
    Thanks.

  2. MAS
    Member
    Posted 1 year ago #

    <?php the_time('d/m/Y') ?> on <?php the_time('h.s') ?>

  3. superdino
    Member
    Posted 1 year ago #

    thanks.. in what file do I modify this?

  4. MAS
    Member
    Posted 1 year ago #

    if you want to show this in front page so modify index.php.

    if Archive page-- archive.php
    if Single page --- single.php

    As your choice.

    Thank!!
    (if it is solve, plz mark it as resolve)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.