Forums
-
- Forum
- Posts
-
- Installation
- 28,545
- Troubleshooting
- 62,943
- Themes
- 10,447
- Plugins
- 15,405
- Requests & Feedback
- 15,031
- Showcase
- 3,257
-
how does one filter the output for time in this example?
<?php echo $latestpost->post_time; ?>
i’d like it to be in the format of ( 'g:i A' )
ps, my good, good people 
how would i turn this link into a link to the latest reply itself instead of just the topic:
<a href="<?php echo get_topic_link($latestpost->topic_id); ?>"><?php echo get_topic_title($latestpost->topic_id); ?></a>