| 开发者 | spencersokol |
|---|---|
| 更新时间 | 2019年2月15日 04:03 |
| 捐献地址: | 去捐款 |
| PHP版本: | 3.5 及以上 |
| WordPress版本: | 5.0.3 |
| 版权: | GPLv3 |
| 版权网址: | 版权信息 |
/wp-content/plugins/ directoryYes. The default template is extremely simple and should fit in with most any theme. You can also add a custom template to your theme.
You can copy the login.php file from the <plugin-directory>/templates/ to your theme directory and customize it to your needs. Do not edit the <plugin-directory>/templates/login.php file directly, as it could be overwritten by later plugin updates.
Admin pages bypass the front door. For example, if you go to http://yoursite.com/wp-admin/ and you are not logged in, you will be redirected to http://yoursite.com/wp-login.php by the default Wordpress behavior. This is to prevent the site admin from accidentally locking themselves out of their site by specifying a custom front door page with no login form.