Jump to content
Sign in to follow this  
gilscape

Isolated Login Link

Recommended Posts

gilscape

Is there a way to create an isolated login link or script like the default one in the meta widget? I want to use one by itself and have it reflect when I am logged in (show Log out) and logged out (show Log in). I wanted to do this for my WH2 theme because I switched to Feedburner for my RSS and removed the RSS icon at the top and the meta widget because it shows the old RSS feed format. That said I was always curious about the isolated login and this gave me the perfect opprotunity to ask and see.

Share this post


Link to post
Share on other sites
Andrew

can you give us an example of what you're looking for?

Share this post


Link to post
Share on other sites
gilscape

You bet Andrew. The following screenshots should convey the idea I believe. I really am just looking for a way to get the Log in/Log out link used to log into wordpress by itself without the other Meta widget data with it. Basically I wanted this so I could put the link (code) anywhere on the site probably in the header or footer so I and subscribers would know if they are logged in or out. Please feel free to ask for any other information as I do not know if I am expressing to you correctly what I am trying to achieve, if it's even possible at all. Log in link (logged out) 0BxmpprZFOe9SZmE4OTUzNjMtNDFmOC00MWFkLWE4MjctNDlhNWNjNWI0ZWExLog out link (logged in) 0BxmpprZFOe9SYzdhNWMwYzQtNjhhZC00ODllLWEyMzktOTQ0YzFmYzJkMzY5

Share this post


Link to post
Share on other sites
Andrew

well if you're using the default sidebar you can just remove this code: ` <?php wp_meta(); ?>

  • <?php _e('Entries (RSS)',TDOMAIN);?>
  • ` from the '_defaultsidebar.php' file. If you're using a widget, I would recommend looking for a login plugin. We should definitely be able accomplish this :)

    Share this post


    Link to post
    Share on other sites
    gilscape

    Thanks Andrew! One more question. Say I wanted to include the RSS icon in WHPro3 in the header (next to the twitter and facebook icons). How would I canhe the URL of the RSS icon to my Google Feedburner adress?

    Share this post


    Link to post
    Share on other sites
    cmunns

    You should be able manually edit it in the header.php file, just look for the div with the class of "icons"

    Share this post


    Link to post
    Share on other sites
    gilscape

    Thanks Adam. I will have a peek.

    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  

    ×