开发者 | Sjors Roelofs |
---|---|
更新时间 | 2015年9月30日 04:06 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 3.9 |
版权: | MIT |
版权网址: | 版权信息 |
After you have installed and activated the plugin, you can go to the WordPress admin. There you can find the option ‘Private WP’ in the settings menu.
You can create a custom page template (http://codex.wordpress.org/Page_Templates) and assign it to your page, for example the page you’ve set as default. To provide a login form on this page, you can use: <?php if(!is_user_logged_in()) wp_login_form(); ?>.