Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Directly to latest post of Topic

<?php $last_post = bb_get_last_post(); ?><a href="<?php echo get_post_link($last_post->post_id); ?>">Latest post</a><?php unset($last_post); ?>

Put that in your front-page.php in the parts you want the latest post link to appear. Try after <?php topic_page_links(); ?>

Skip to toolbar