Display Topic Starter label around topic authors avatar in topic replies
-
I wonder if i could add a function that displays a topic starter label for any topic author in a topic.
It would be cool so that say 5 pages in a topic, you could always know who started the topic if they kept the conversation going.
I know the function would most likely be put in a theme
functions.php
but i wonder if it could go intoloop-single-reply.php
I feel like the function would use the topic started by function, mainly
get_topic_author
<span class="bbp-topic-started-by"><?php printf( __( 'Started by: %1$s', 'bbpress' ), bbp_get_topic_author_link( array( 'size' => '14' ) ) ); ?></span>
IT would be a nice feature to have
any help??
- You must be logged in to reply to this topic.