Skip to:
Content
Pages
Categories
Search
Top
Bottom

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


_ck_
Participant

@_ck_

Based on what you showed me that is working, mine should work fine.

Here is a simplified version:

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

I think the problem with the old example is I used a php shortcode (<?) instead of the full <?php and some servers have a problem with it, maybe yours. I’ve now edited all examples on this page to use the full <?php to prevent confusion by future viewers.

Skip to toolbar