I am wanting to show the latest forum post in my WP template. I'm currently using
<?php latest_activity(1, true); ?>
And that displays
Lorem ipsum dolor sit amet
by: member-name
May 18, 2011, 12:04
But I'm wanting to display it in this format:
Lorem ipsum dolor sit amet
18 May 2011
Read more
Is there any way of doing that?
Thanks in advance for any help.