Include WP Template Tags in bbPress and vice versa
-
Hello,
I want to include WP template tags in bbPress templates and vice versa.
For example in user-profile.php in my bbPress template, I want to include <?php echo get_the_author_posts(); ?> (http://codex.wordpress.org/Function_Reference/get_the_author_posts), which is a WP template tag.
Similarly, for author.php in my WordPress template, I want to include topics started by the author.
I imagine I’d have to query the user, so is there a way of doing this?
- You must be logged in to reply to this topic.