• Hello,

    I was able to use WordPress very easily until I just changed my theme. There is no longer any place for me to log in on my site. How do I gain access to my admin functions when there is no place to log in?

Viewing 1 replies (of 1 total)
  • either use the Meta widget
    or put it in your theme’s sidebar.php

    <li><?php wp_register(); ?></li>
    <li><?php wp_loginout(); ?></li>

    just an example – style it how you want

Viewing 1 replies (of 1 total)
  • The topic ‘There is no place to log into my new theme’ is closed to new replies.