Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to refer to the current topic?

Alright! Somehow I had to do like this to get to it:

global $topic_id;

$topic = get_topic($topic_id);

$topic_poster_id = $topic->topic_poster;

Skip to toolbar