説明
ブログにメンテナンスページを追加して、ブログがメンテナンスのために閉鎖していることを訪問者に知らせます。または、新しいサイトの近日公開ページを追加します。 管理者権限を持つユーザーは、フロントエンドを含むブログへのフルアクセスを取得します。
プラグインを有効化すると、ブログはメンテナンスモードになり、特定の権限を持つ登録ユーザーのみがフロントエンドを表示できるようになります。訪問者情報のカウントダウンタイマー付きの日付を使用したり、情報の値や単位を設定することができます。
Also works with WordPress Multisite installs (each blog from the network has its own maintenance settings).
機能
- すべてカスタマイズ可能 (色、テキスト、背景を変更);
- サブスクリプションフォーム (Eメールアドレスを .csv ファイルにエクスポート);
- カウントダウンタイマー (残り時間);
- お問い合わせフォーム (訪問者からのメールを受信します);
- Coming soon ページ;
- ランディングページテンプレート;
- WordPress マルチサイト;
- レスポンシブデザイン;
- ソーシャルメディアアイコン;
- 任意の WordPress テーマで動作します;
- SEO オプション;
- メンテナンスモードから除外する URL;
- フレンドリーで効率的な方法でメールアドレスを収集するボット機能;
- GDPR 対応
バグ、技術的なヒント、または貢献
GitHub リポジトリにフィードバックをお寄せください、技術的なバグを投稿することで貢献をお願いします。
クレジット
Developed by Themeisle
What’s Next
If you like this plugin, then consider checking out our other projects:
- Optimole – Optimole is your all-in-one image optimization solution for WordPress & beyond.
- Revive Social – Revive Old Posts helps you keep your content alive and in front the audiences that matter.
- CodeinWP – CodeinWP stands for all-things-WordPress. From web design to freelancing and from development to business, your questions are covered.
- DomainWheel – Free Short Website name generator, with the help of AI, for instant ideas.
Check-out our blog to learn from our WordPress Reviews and see other WordPress plugins.
インストール
- ダウンロードしたパッケージを展開します
- すべてのファイルをフォルダごと、
/wp-content/plugins/
ディレクトリにアップロードします - WordPress の「プラグイン」メニューからプラグインを有効化してください
設定
ページに移動し、必要な設定を変更できます (除外オプションにご注意ください !)
FAQ
-
プラグインフィルターの使用方法
-
Check out our Snippet Library.
-
キャッシュプラグインのサポート
-
キャッシュプラグインが原因で、WP Maintenance Mode が不安定になることがあります。WP Maintenance Mode が有効化されている場合は、キャッシュプラグインを無効化することをお勧めします。キャッシュプラグインを本当に使用したい場合は、変更するたびにキャッシュ全体を削除してください。
-
除外リスト
-
ログイン URL を変更する場合は、プラグインの設定 -> 一般タブよりリストを除外するために新しいスラッグ (url: http://domain.com/newlogin の場合: newlogin)を追加してください。
注意:
wp-cron.php
はデフォルトで除外されています。
評価
貢献者と開発者
変更履歴
Version 2.4.6 (2022-06-15)
- Improve data sanitizations for custom css and contact module
Version 2.4.5 (2022-06-15)
- Harden security and improve release process
Version 2.4.4 (2022-02-10)
Update dependencies
Version 2.4.3 (2022-01-27)
- Change ownership to Themeisle
2.4.2 (18/01/2022)
- Misc: 900 000 Active Installs Celebrations!
- Misc: WordPress 5.9 compatibility
- Fix: jQuery UI CSS theme reference from jQuery CDN
- Misc: Text fixes in the dashboard
2.4.1 (20/07/2021)
- Misc: WordPress 5.8 compatibility
2.4.0 (13/05/2021)
- Design: add “Custom CSS” setting; Finally! 🙂
- Design: add “Footer links” color setting
- Design: add a list of available shortcodes under the “Text” editor
- Bot: make {visitor_name} placeholder work in all messages after the visitor types his name
- Misc: add [embed] shortcode for responsive video embeds; Compatible with YouTube, Vimeo, DailyMotion.
- Misc: make the exclude mechanism work with Cyrillic characters
- Misc: add
wpmm_maintenance_template
filter; It works the same way as thewpmm_contact_template
filter, but for the maintenance template. - Misc: now you can override the
contact
email template too; Check/views/contact.php
for more details. - Misc: better compatibility with translation plugins like Loco Translate
- Misc: the image uploaders (from the dashboard) are now translatable
- Misc: improve uninstall routine
- Misc: add
wpmm_delete_cache
action; It is called after each setting change. - Misc: add support for cache plugins like WP Rocket, WP Fastest Cache, Endurance Page Cache, Swift Performance Lite, Cache Enabler, SG Optimizer, LiteSpeed Cache, Nginx Helper;
- Misc: remove
wpmm_count_where
helper function - Misc: code improvements
2.3.0 (07/12/2020)
- Modules: add support for Google Analytics 4 measurement ID
- Design: enable media buttons on wp_editor (now you can add images from the editor)
- Bot: fix translation issue
- Misc: add filters for capabilities
wpmm_settings_capability
,wpmm_subscribers_capability
, andwpmm_all_actions_capability
(the last one can be used to override all capabilities) - Misc: fix [loginform] shortcode redirect attribute
- Misc: a few CSS & Javascript improvements
- Misc: bump “Tested up to” version to 5.6
2.2.4 (20/05/2019)
- bump “Tested up to” to 5.2.0
- fix typo in Italian translation (it_IT)
- Bot: add a note about how you can export the list of subscribers #195
- Bot: add client-side sanitization to the input fields #176
2.2.3 (20/02/2019)
- bump “Tested up to” version to 5.1.0
- replace “wpmu_new_blog” action with “wp_initialize_site” action for WP 5.1.0 users because the first one is deprecated in the new version
- small improvement to “check_exclude” method from “WP_Maintenance_Mode” class
2.2.2 (27/11/2018)
- Google Analytics module: migrate from analytics.js to gtag.js + add ip anonymization #178
- GDPR module: accept links inside texareas + add policy link target #188
- add charset meta tag #200
- fix PHP Notice: Undefined index: HTTP_USER_AGENT
- add plural and single form translation for subscribers number (settings page)
Earlier versions
For the changelog of earlier versions, please refer to the full changelog.