Re: Last Post on Forums
My apologies for bumping this up but:
<td class="num"><a href="<?php $topic = $GLOBALS['topic'] = current( get_latest_topics( array( 'number' => 1, 'forum' => get_forum_id() ) ) ); ?>"><?php topic_title(); ?></a></td>
…makes the last forum post appear, but the hyperlink does NOT work (the link generated is the current page that the reader is on).
Any idea how to resolve this?