Viewing 3 replies - 1 through 3 (of 3 total)
  • I did this in this way :

    Modify your “functions.php” adding this :
    add_filter('widget_text', 'do_shortcode');

    Is not mine, this come from

    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.

    Sorry 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 https://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://www.ads-software.com/plugins/better-user-shortcodes/

    So you put the shortcode you want in the custom text widget and its ok.

    Good luck.

    Thread Starter orsocapo

    (@orsocapo)

    Thank you for your kind response.
    I’m going to follow your suggestion…and hope for the best ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add the normal login form’ is closed to new replies.