gilscape 0 Report post Posted May 13, 2010 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 207 Report post Posted May 14, 2010 can you give us an example of what you're looking for? Share this post Link to post Share on other sites
gilscape 0 Report post Posted May 15, 2010 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) Log out link (logged in) Share this post Link to post Share on other sites
Andrew 207 Report post Posted May 16, 2010 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 0 Report post Posted May 17, 2010 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 16 Report post Posted May 17, 2010 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 0 Report post Posted May 18, 2010 Thanks Adam. I will have a peek. Share this post Link to post Share on other sites