What is the code for posting the author's name in bbpress? I know <?php post_author_link(); ?> is the name with the link, but is there a different way to get just the name?
bbPress support forums » Installation
Post author name?
(3 posts)-
Posted 6 months ago #
-
Sorry, about the wrong section, I didn't realize I was in 'installation.'
Posted 6 months ago # -
Use:
<?php post_author(); ?>Posted 6 months ago #
Reply
You must log in to post.