Info
- 3 posts
- 2 voices
- Started 5 years ago by LordCoder
- Latest reply from LordCoder
- This topic is not a support question
How to get poster's ID
-
- Posted 5 years ago #
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 5 years ago #
$bb_post->poster_idshould work, but there are some convenience functions as well:get_post_author_id()returns the ID, andpost_author_id()echoes it. -
- Posted 5 years ago #
K , thanks !
-
You must log in to post.