Profile settings link on every page
-
Hi all
Is there a template in the bbpress theme that appears on every page
I’m using the following code in loop-topics.php to show a link to the users profile page
<a class="bbp-profile-button" href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>">Profile Settings</a>
This works but only appears on the topics page.
I would like the link to be on every page.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.