Linux 软件免费装
Banner图

GlocalSaino WebPagesPassworded

开发者 glocalsaino
rafammoo
freemius
更新时间 2026年8月17日 12:52
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

shortcode password access control child pages protected pages

下载

4.4.3

详情介绍:

GlocalSaino WebPagesPassworded creates a single access page that acts as a gateway for a group of password-protected child pages. Place the [glocalsaino_wppw] shortcode on a parent page: the plugin renders a password form and, on a correct match, redirects the visitor directly to the matching child page. Every feature listed below is included, free and unlimited — nothing is locked behind a license or upgrade. How it works
  1. In WordPress, create a parent page (e.g. "Private Area") and set the pages you want to protect as its children.
  2. Assign each child page its own password via Publish → Visibility → Password protected in the editor.
  3. Insert the [glocalsaino_wppw] shortcode on the parent page.
  4. When a visitor arrives, they see the plugin's password form. If the password matches a child page, they are redirected to it automatically.
Features Usage Insert the shortcode on the parent page that will act as the access form: [glocalsaino_wppw] Optional shortcode parameters: Example with parameters: [glocalsaino_wppw label="Log in" id="my-form"] Requirements

安装:

  1. Upload the glocalsaino-webpagespassworded folder to /wp-content/plugins/.
  2. Activate the plugin from Plugins → Installed Plugins.
  3. Create a parent page and add child pages with their passwords via Publish → Visibility → Password protected.
  4. Insert [glocalsaino_wppw] on the parent page.

屏幕截图:

  • Settings panel: general settings section (button label and shortcode reference) and customisable error messages.
  • Settings panel: form design section with colour pickers, font size controls, and a Font Awesome icon picker.
  • WordPress editor showing the parent page with the [glocalsaino_wppw] shortcode inserted.
  • WordPress editor showing a child page configured as a child of the parent page and protected with a password.

升级注意事项:

4.4.2 Fix: global variable names now carry the glocalsaino_wppw_ prefix (PHPCS PrefixAllGlobals compliance).

常见问题:

Can I have several parent pages each with their own group of child pages?

Yes. The [glocalsaino_wppw] shortcode placed on each parent page searches only among its direct child pages. Each group is independent.

What happens if two child pages share the same password?

The visitor is redirected to the most recently published child page that matches the entered password.

How long does the access cookie last?

10 days. After that, or if the visitor clears their browser cookies, they will need to enter the password again.

Does it work with HTTPS?

Yes. If the site uses HTTPS the cookie is automatically marked as Secure.

I entered the correct password but I see the lockout message. What should I do?

The lockout lasts 15 minutes and is tied to the IP address. If you are the administrator and need to clear it early, delete the transients with the prefix glocalsaino_wppw_lock_ and glocalsaino_wppw_fail_ from the database or with a transient management plugin.

Is it compatible with page-exclusion plugins?

Yes. If the site has a plugin that exposes pause_exclude_pages() / resume_exclude_pages() (a common pattern in menu and listing exclusion plugins), the plugin calls them around its query to ensure protected pages are always found.

The password is correct but the visitor is not redirected. What could be wrong?

Check that:

  • The child page is published (not a draft).
  • The child page is a direct child of the page containing the shortcode, not a grandchild.
  • The password in WordPress is saved without leading or trailing spaces.

更新日志:

4.4.3 4.4.2 4.4.1 4.3.1