Index(もくじ)
Overview(概要)
CPTの一覧ページにSEOを設定することが出来ない!!
SEO cannot be set on the CPT listing page.
CPTの一覧ページにPasswordプロテクションを設定することが出来ない!!
Password protection cannot be set for the CPT listing page.
CPT (Custom Post Type) 一覧ページにSEOとPasswordプロテクション機能を追加するWordPressプラグイン。
SEO対策プラグイン「All in One SEO」と併用することをお勧めします。
A WordPress plugin that adds SEO and password protection to CPT (Custom Post Type) archive page .
It is recommended to use it together with the SEO measures plug-in "All in One SEO".
Features(機能)
<SEO>
- CPT&タクソノミーの一覧ページのSEO用のカスタムフィールド(titleタグ、metaタグ description、h1タグ)を保存
- タクソノミーの最適なパーマリンク設定(CPTと同じにする)
<PW>
- 会員登録要らずでCPTに丸ごと共通パスワード保護
- パスワードに有効期限(終了日)を付けられる
- cookie使用で何度もパスワードを入力しなくてすむ
<SEO>
- Save custom fields (title tag, meta tag description, h1 tag) for SEO on CPT & taxonomy list page
- Optimal permalink settings for taxonomies (same as CPT)
<PW>
- Common password protection for the entire CPT without membership registration
- You can add an expiration date (end date) to your password
- Using ookie saves you from having to enter your password over and over again
System requirements(動作環境)
WordPress Version: | 5.8 or higher(5.8以降に対応) |
---|---|
Version: | 0.962 |
Last updated(最終更新日): | 2024/01/07 |
Tested up to(検証済み最新バージョン): | 6.1.1 |
Languages(言語): | Japanese, English(日本語/英語) |
Tags(タグ): |
Download(ダウンロード)
Install(インストール)
- WP管理ページの左メニューから「プラグイン/新規追加」を選択する
- 「プラグインのアップロード」をクリックする
- プラグインファイルを「選択」ボタンにドラッグまたは「選択」ボタンをクリックする
- 「今すぐインストール」をクリックする
- 「プラグインを有効化」をクリックする
- Select "Plugins/Add New" from the left menu of the WP admin page
- Click "Upload Plugin"
- Drag or select the downloaded plugin file
- Click "Install Now"
- Click "Activate"
Usage(使用方法)
<SEO>
- WP管理ページの左メニューの各CPTの「SEO (CPT Utility)」を選択する
- CPT&タクソノミーの一覧ページのSEO用のカスタムフィールド(titleタグ、metaタグ description、h1タグ)に入力する
- 「保存する」をクリックする
- 「自動置換」が設定されている場合はtitleタグ、metaタグ description、h1タグを自動で置き換える
<PW>
- WP管理ページの左メニューの各CPTの「Password (CPT Utility)」を選択する
- Password listにタイトル、password(必須)、有効期限を入力する
- 「保存する」をクリックする
- Passwordを使用するテンプレート ファイル(archive-xxx.php/single-xxx.php)に下記コードを貼り付ける
<?php echo do_shortcode('[pwjudge_shortcode post_type="xxx"] content here [/pwjudge_shortcode]'); ?>
<SEO>
- Select "SEO (CPT Utility)" for each CPT on the left menu of the WP admin page
- Enter custom fields for SEO (title tag, meta tag description, h1 tag) on the CPT & taxonomy list page
- Click "Save"
- Automatically replace title tag, meta tag description, and h1 tag when "automatic replacement" is set
<PW>
- Select "Password (CPT Utility)" for each CPT on the left menu of the WP management page
- Enter a title, password (required), and expiration date in the password list
- Click "Save"
- Paste the following code in the template file (archive-xxx.php/single-xxx.php) that uses Password
<?php echo do_shortcode('[pwjudge_shortcode post_type="xxx"] content here [/pwjudge_shortcode]'); ?>
Change log(更新履歴)
準備中 opening soon
FAQ(よくある質問)
準備中 opening soon
Document(ドキュメント)
Support(サポート)
準備中 opening soon
License(ライセンス)
GPLv2 or laterライセンスで公開されていますので、個人・商用問わず利用可能です。