Forums

Join
bbPress Support ForumsTroubleshootingHow to get poster's ID

Info

How to get poster's ID

  1. Hi all ,

    this board is very nice , and the support also , they respond me very fast !

    i am customizing a little my Bbpress to give it a strange new look , but to continue , i need to know how to get poster's ID to get the profil URL , i tried this , but it doesnt work ( on post.php ) :
    echo $post->poster_id;
    So what's the problem ?

    TFYT .

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

  3. K , thanks !

  4. You must log in to post.