Forums

[resolved] How to add a date & time stamp in Sliding Door theme (3 posts)

  1. Delta 3
    Member
    Posted 3 years ago #

    The posts on my site http://cyclingblog.co.za/ stamp posts as being added 1 day ago or 4 hours ago etc.

    I want them to show as being added on the date and time.
    Can I replace the original text with the new date/time stamp text somewhere ?

    Im using Sliding Door 1.5 theme by Wayne Connor
    I didnt find anything on this at the theme help site http://www.mac-host.com/support/viewforum.php?f=6

    Thank you

    Garth

  2. MichaelH
    Volunteer
    Posted 3 years ago #

    In the theme's index.php file replace:

    <?php $elixir->timesince() ?> ago at <?php the_time() ?>

    with

    <?php the_time('F j, Y'); ?> at <?php the_time('g:i a'); ?>

    Example above taken from: the_time()

    Related:
    Stepping Into Template Tags
    Stepping Into Templates
    Template Hierarchy

  3. foosh465
    Member
    Posted 3 years ago #

    thanks for that, Michael.

Topic Closed

This topic has been closed to new replies.

About this Topic