Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to get poster’s ID

$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.

Skip to toolbar