Hola!
In the "FRESHNESS" column, on the "Front Page", you put a link to the last post. How would I do that?
Thanks
Posted 5 years ago
#
Hola!
In the "FRESHNESS" column, on the "Front Page", you put a link to the last post. How would I do that?
Thanks
search for the topic_time field and replace it with something like this:
<a href="<?php topic_last_post_link(); ?>"><?php topic_time(); ?></a>
you can even combine/remove the column with the last poster's name by using this:
<a href="<?php topic_last_post_link(); ?>"><?php topic_last_poster(); ?><br />
<?php topic_time(); ?></a>
RSS feed for this topic
You must log in to post.