Re: Last Post on Forums
I tried the following:
<?php $topic = $GLOBALS = get_latest_topics( array( ‘number’ => 1, ‘forum’ => get_forum_id() ) ); ?><?php topic_last_post_link(); ?>
But all it returned was:
http://bookclub.plutonica.net/topic/#post-
Is there any documentation on the tags available with bbPress? I’ve tried searching this site and Google, but I can’t seem to turn up anything comprehensive.
Thanks.