Forums
-
- Forum
- Posts
-
- Installation
- 28,417
- Troubleshooting
- 62,428
- Themes
- 10,415
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
$bb_post->poster_id
should work, but there are some convenience functions as well:
get_post_author_id()
returns the ID, and post_author_id()
echoes it.