Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to get poster’s ID

  • @lordcoder

    Member

    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 .

Viewing 2 replies - 1 through 2 (of 2 total)
  • @mdawaffe

    Member

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

    @lordcoder

    Member

    K , thanks !

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar