Info
- 2 posts
- 1 voice
- Started 7 months ago by Rivaldo07
- Latest reply from Rivaldo07
Latest author - how?
-
- Posted 7 months ago #
Hi,
I'm not very good at this, but I somehow managed to create a decent forum (mainly thanks to a super plugin!).
But there is just one thing I can't figure out: How can I show the latest author from a topic on the front page?
Right now it looks like this:
" title="<?php bbp_topic_title(); ?>"><?php bbp_topic_title(); ?>
<?php if ( $show_date == 'on' ) _e( 'af Brugernavn for ' . bbp_get_topic_last_active_time() . ' siden' ); ?>
I want the author of the lastest post instead of "Brugernavn" - but how?
-
- Posted 7 months ago #
< a class="bbp-forum-title" href="<?php bbp_topic_permalink(); ?>" title="<?php bbp_topic_title(); ?>"><?php bbp_topic_title(); ?><?php if ( $show_date == 'on' ) _e( 'af <strongBrugernavn/strong> for ' . bbp_get_topic_last_active_time() . ' siden
' ); ?>
-
You must log in to post.