Forums
-
- Forum
- Posts
-
- Installation
- 28,550
- Troubleshooting
- 62,913
- Themes
- 10,445
- Plugins
- 15,400
- Requests & Feedback
- 15,014
- Showcase
- 3,258
-
<?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(); ?>