Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How do you change the Freshness of post date format?


piedpiper21
Member

@piedpiper21

<td class="num"><a href="<?php topic_last_post_link(); ?>"><span class=timetitle title="<?php echo date("r",strtotime($topic->topic_time)); ?>"><?php topic_time(); ?></span></a></td>

I was referring to the title in this line.

And I’m trying to implement the code you gave above.

I want the regular text to read the freshness and the title to hold the exact date.

Skip to toolbar