Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Full Content of Most Recent Post on Front-Page?

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>

Skip to toolbar