Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

Viewing 1 replies (of 1 total)

  • _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

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar