Forums
-
- Forum
- Posts
-
- Installation
- 28,413
- Troubleshooting
- 62,361
- Themes
- 10,408
- Plugins
- 15,321
- Requests & Feedback
- 14,959
- Showcase
- 3,254
-
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>