Is there a list of template tags anywhere?
-
I see in the front_page.php there is <?php topic_last_poster(); ?> which will show the last poster for that topic. I’d like the username to link to that person’s profile.
I’ve tried using combinations of <?php topic_last_poster_id(); ?> <?php topic_last_poster_link(); ?> <?php topic_last_poster_profile(); ?> <?php topic_last_poster(); ?> and nothing seems to be valid.
Is there a way I can do this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.