bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

How to get poster's ID

(3 posts)
  • Started 2 years ago by LordCoder
  • Latest reply from LordCoder
  • This topic is not a support question
  1. 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 .

    Posted 2 years ago #
  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.

    Posted 2 years ago #
  3. LordCoder
    Member

    K , thanks !

    Posted 2 years ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.