Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How To Add a Link To The Latest Post In a Topic


_ck_
Participant

@_ck_

The full template can be confusing to non-coders.

This concept has been covered several times around here, it’s quite simple.

Just replace

<?php topic_last_poster(); ?>

with

<a href="<?php topic_last_post_link(); ?>"><?php topic_last_poster(); ?></a>

in the front-page.php, forum.php, view.php and tag.php templates

Skip to toolbar