An elegant jQuery Ajax WordPress plugin that helps your users login without touching in the admin panel.
You can add this plugin in two easist way, by
[wp_rslogin]
or
if(function_exists(wp_rslogin)) { wp_rslogin(); }
or
do_shortcode('[wp_rslogin]');
Yes, just use the shortcode [wp_rslogin], if this does not work, then you need to add a little trick into the function.php file of your site.
add_filter('widget_text', 'do_shortcode'); // add this code anywhere in your function.php file
Requires: 3.0.0 or higher
Compatible up to: 3.3.2
Last Updated: 2012-5-4
Downloads: 1,494
Got something to say? Need help?