2款简单的 WordPress 全站限制访问插件
2023年5月10日 21:42
今天要介绍的这两款插件都可以实现让你的博客完全私有化,也就是说没有账户的访客只能看到登录页面。为什么有人想把博客完全私密划呢?1、只想记录给自己看的博客;2、某些内部使用的网站;3、特殊资源的网站。
Registered Users Only
Registered Users Only 下载:https://wordpress.org/plugins/registered-users-only/
Registered Users Only 安装完成启用后会在设置里面生成菜单进行管理,可以选择的功能只有三个,在没有注册登录的情况下,都会重定向到登录界面。
1、This is a default WordPress option placed here for easy changing.
1、任何人都可以注册
2、Allow access to your post and comment feeds (Warning: this will reveal all post contents to guests!)
2、允许访问您的帖子和评论源(警告:这将显示所有的帖子内容给客人!)
3、Allow access to your REST APIs (Warning: this will reveal all post contents to guests!)
3、允许访问您的REST API(警告:这将显示所有的帖子内容给客人!)
Force Login
Force Login 下载:https://wordpress.org/plugins/wp-force-login/
Force Login 安装完成后甚至连个管理界面都没有,只要开启插件即可实现全站需要登录查看功能。如果是单纯想把博客私有化,Force Login 插件就够了。