function bb_region_forum_guest_bar() { if ( is_user_logged_in() ) { return; } if ( function_exists('is_bbpress') && is_bbpress() ) { echo '
Willkommen in der Berlin & Brandenburg - Community – melde dich an oder registriere dich kostenlos.
'; } } add_action('wp_footer', 'bb_region_forum_guest_bar');

Registrieren