• Resolved eohouse

    (@eohouse)


    I’ve tried to deactivate TML and when I do on the login in page/ log out page, etc. I get [Theme-My-Login] in these brackets and cannot login through the WP login page. How can I completely remove THL so I don’t lock myself out of my site and have to install from a backup, when TML was activated and working.

    https://wordpress.org/plugins/theme-my-login/

Viewing 2 replies - 1 through 2 (of 2 total)
  • try adding this to your functions.php
    delete_option( 'theme_my_login' );

    Plugin Author Jeff Farthing

    (@jfarthing84)

    If you’ve deactivated TML, all generated links would work as they did before. It sounds as if you’re using a direct link to the TML generated login page at /login. If so, it would just display the shortcode without TML active.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Deactivating TML’ is closed to new replies.