Custom content after topic
-
Hi, for some reason the login does not work on bbpress topic page.
I have this code in my functions.php file.
add_action ('bbp_theme_after_reply_form_content' , 'bbp_goto_login_page' ) ; function bbp_goto_login_page() { echo '<p><a href="/login"><div class="gotologin">You must be logged in</div></a></p>' ; }
This is working, but not the way I want. I would like it to only show if user is logged out and it should be visible on the topic page where there is normally the login form.
Is there something like bbp_theme_after_topic_content?
Tried googling, but could not find anything similar.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.