• I am trying to hide the Register link, even though I allow anyone to register (I want people to be able to sign up, just not navigate to the Register page from the website).

    I was able to hide it by modifying the plugin, but when I upgraded my changes were lost. The Register link in the full-page version of Theme My Login doesn’t have a unique id (and no option to hide it), so I can’t hide it with CSS. I suppose I could select the first <li> that contains the link and hide it with jQuery, but I’d rather not resort to that.

Viewing 1 replies (of 1 total)
  • I just answered this in the other post but: Edit the “Login” page adding “show_reg_link=0” to the shortcode. So, it should look something like this:

    [theme-my-login-page show_reg_link=0]

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Theme My Login] Hide register link without modifying core?’ is closed to new replies.