=== Plugin Name === Contributors: loosecode Donate link: http://loosecode.com/ Tags: link, login Requires at least: 2.9 Tested up to: 3.0 Stable tag: 0.2 This plugin add a link for login and logout to each page on your weblog. == Description == == Installation == 1. Upload directory `loosecode-linklogin/` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. You can use this plugin by three ways: 1. automatic way: the link will be automatically display in the footer if the function wp_footer() is present in the footer file of the theme used; 2. shortcode way: you can insert the link in any post content with the shortcode lsc_ll_insert_link[class="new_class"]. The attribute 'class' is optional. The default value is "lsc_ll_linklogin"; 3. function way: you can insert the link with the function lsc_ll_insert_link($class). The parameter 'class' is optional. The default value is "lsc_ll_linklogin"; == Changelog == = 0.2 = == Upgrade Notice == = 0.2 =