Jump to content
Sign in to follow this  
cbitner

Login Button top right possible?

Recommended Posts

cbitner

I saw someone's BLOG on here using the iBlogPro 4 theme that had a simple "login" text that went just above the grey header and beneath the twitter/facebook icons. Any ideas how I would do that. And preferably where if I installed an update that it wouldn't change everything? Maybe in the Custom CSS page? Obviously I am a coding newbie and have tried a few things but don't want to mess anything up. Thanks for your suggestions!

Share this post


Link to post
Share on other sites
cmunns

A link to your site would be helpful. Then I can provide the necessary CSS to move it.

Share this post


Link to post
Share on other sites
cbitner

Thanks for your reply - good to know it's possible! My site has a deactivated plugin on it because I have a bunch of audio and video content I haven't started protecting yet, so I would rather not list my site name in a forum at this point. Can I give you some other specifics? I am running Wordpress 3 with iBlog4Pro in my root directory of my domain name. Thanks if you are able to help.

Share this post


Link to post
Share on other sites
cmunns

It would help if you gave me a link to the example you saw then. OR you could just start playing around by placing this code in the header.php file `<?php wp_loginout(); ?>`

Share this post


Link to post
Share on other sites
cbitner

OK - that worked. I put it right after: </div><!-- /header --> (In the iBlog Pro4 header.php file). Is there anyway to do this via CSS or will I always have to edit the header.php file on any theme updates? Thanks.

Share this post


Link to post
Share on other sites
cmunns

You can use CSS to change the positioning and styling very easily, but you may have to surround that code in something that you can actually style as opposed to straight PHP. Do you have any changes you want to make to it right off the bat?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×