akanowicz
Member
Posted 2 months ago #
I'm using the latest WP and SBL widget. I have five sidebars setup under widgets. However, there is only one SB widget available for me to put in the sidebars. How can I get a widgetized SBL in the other sidebars?
I've inserted the <php code for the sidebar login manually, but the styling is different (for some reason) than the widgetized version.
thanks for your help,
Ron
http://wordpress.org/extend/plugins/sidebar-login/
Jandal
Member
Posted 2 months ago #
G'day,
I would also like an answer for this. If I make any progress I will let you know.
Thanks,
=-)
slowfood
Member
Posted 1 month ago #
Create a new sidebar, for example sidebar3, and use
<?php include ('sidebar3.php'); ?> in your sidebar where you want the login to appear. Then add the widget to sidebar3 (Which you can name login_sidebar or something)
ps. remember to register the new sidebar in functions.php