BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Move login links to header
- This topic has 4 replies, 2 contibutors, and was last updated 9 years, 8 months ago by angslycke.
Question
March 17, 2015 at 10:50 am #37457@angslyckeHi!
I’m using the default BuddyPress login widget in the right sidebar on the homepage for login. My problem is that I need this space for other purposes and am considering moving the login form to the header. My header is currently empty besides the site logo for users that aren’t logged in.
Perhaps this should even be a feature of the Boss theme? Facebook uses this approach and that makes it rather intuitive to a lot of users.
Thanks!
Answers
March 17, 2015 at 8:57 pm #37490@alyssa-buddyboss
AlyssaParticipant@angslycke you need to display the admin bar for logged out users. Try adding this to functions.php:
show_admin_bar( true );
March 18, 2015 at 2:05 am #37503@angslycke@tjchester Do you mean to show the login button like you do in the demo? I prefer to use a regular form on the fron-end instead of the wp-login.php-approach, makes it more intuitive for non-technical users I think.
I’m looking for something like how the WordPress.org forums implement the login field. See this page:
March 18, 2015 at 6:34 pm #37539@alyssa-buddyboss
AlyssaParticipant@angslycke this would be custom development but here is the codex for your reference: http://codex.wordpress.org/Function_Reference/wp_login_form
March 19, 2015 at 6:21 am #37558@angslyckeThanks for the link! Will give this some time after I’ve adjusted all minor fixes I need after installing the Boss theme. Shouldn’t be to hard, right? 🙂
- The question ‘Move login links to header’ is closed to new replies.