Show Dates in Ad preview

Discussion in 'GeoCraft WordPress Theme' started by trentmunday, Oct 1, 2013.

  1. trentmunday

    trentmunday New Member

    Joined:
    Aug 14, 2013
    Messages:
    29
    Likes Received:
    0
    Hi!

    Is there is any way to show the dates in listing preview on homepage?

    tq`
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to front-page.php present in your theme directory and add the code given below

    Code:
      <tr>
                                    <td class="label date"><?php echo S_P_DATE; ?> </td>
                                    <td><?php the_time('F j, Y'); ?></td>
                                </tr>
    Sending image for reference

    2013-10-01_1719.png


    This will solve your issue.
     

Share This Page