trutoman
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Login] How to add the normal login formSorry for that post, mobile and links not working….
Modify your “functions.php” adding this :
add_filter(‘widget_text’, ‘do_shortcode’);Is not mine, this come from http://www.wpbeginner.com/wp-tutorials/how-to-use-shortcodes-in-your-wordpress-sidebar-widgets/”
Go to Apparence>Widget , and add a text widget manually wherever you want in sidebar.
After that you can easily add php code inside the text widget to show usual login or whatever you want, but this job is already done by several plugins, i am using “Better User shortcodes”; This provides you a shortcode to insert : login, logoff , lost password and register;
https://ww.wp.xz.cn/plugins/better-user-shortcodes/So you put the shortcode you want in the custom text widget and its ok.
Good luck.
Forum: Plugins
In reply to: [Social Login] How to add the normal login formI did this in this way :
Modify your “functions.php” adding this :
add_filter('widget_text', 'do_shortcode');Go to Apparence>Widget , and add a text widget manually wherever you want in sidebar.
After that you can easily a php code inside the text widget to show usual login, but this job is already done by several plugins, i am using BUS_plugin : ; This provides you a shortcode to insert login logoff and register .
Good luck.