Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin: Recent Posts (kinda like the “edit comments” in WP)


_ck_
Participant

@_ck_

outchy, this plugin is for a completely different purpose.

You already have the latest posters on the front page, if you want to turn their names into profile links you need to do something like this in your front-page.php

<td class="num"><a href="<? user_profile_link( get_post_author_id( ) ); ?>"><?php topic_last_poster(); ?></a></td>

(untested)

Note because of the way user data is not cached on the front page, this will cause several extra queries per topic listed and probably not a good idea for very busy forums.

Skip to toolbar