Add date to post carousel instead of category

Discussion in 'Infoway WordPress Theme' started by nicksimmons, Apr 10, 2015.

Thread Status:
Not open for further replies.
  1. nicksimmons

    nicksimmons New Member

    Joined:
    Mar 10, 2015
    Messages:
    6
    Likes Received:
    0
    Greetings-
    I read a post in this forum about eliminating the category in the post carousel by deleting or commenting out line 351-352 in front-page.php. I would like to remove the category as noted and replace it with the post date (month, day, year).

    Many thanks

    Nick
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello Nick,

    Apply the below give code in front-page.php as shown in yellow highlighted area mentioned in the below image:

    Code:
     echo get_the_time('m, d, Y');
    infoway.png

    Hope it will solve your issue
     
  3. nicksimmons

    nicksimmons New Member

    Joined:
    Mar 10, 2015
    Messages:
    6
    Likes Received:
    0
    Sameer

    Perfect. Thank you for such a quick reply.

    Nick
     
Thread Status:
Not open for further replies.

Share This Page