diff --git a/template/index.php b/template/index.php index f404dc4..a093630 100644 --- a/template/index.php +++ b/template/index.php @@ -24,7 +24,7 @@ $rss_disabled = $this->get_key_setting('rss_disabled');
- +

メタキーワード・ディスクリプション

@@ -38,11 +38,11 @@ $rss_disabled = $this->get_key_setting('rss_disabled');

meta keywords テンプレート設定

個別設定していない投稿やカテゴリー等は、このテンプレートを適用します。

set_escape_str($opt, 'keywords_tmp', 'post'); + $page_meta_keywords_tmp = $this->set_escape_str($opt, 'keywords_tmp', 'page'); + $cat_meta_keywords_tmp = $this->set_escape_str($opt, 'keywords_tmp', 'category'); + $tag_meta_keywords_tmp = $this->set_escape_str($opt, 'keywords_tmp', 'tag'); + $tax_meta_keywords_tmp = $this->set_escape_str($opt, 'keywords_tmp', 'tax'); ?>
投稿
@@ -97,10 +97,10 @@ $rss_disabled = $this->get_key_setting('rss_disabled');

meta description テンプレート設定

個別設定していない投稿やカテゴリー等は、このテンプレートを適用します。

set_escape_str($opt, 'description_tmp', 'page'); + $cat_meta_desc_tmp = $this->set_escape_str($opt, 'description_tmp', 'category'); + $tag_meta_desc_tmp = $this->set_escape_str($opt, 'description_tmp', 'tag'); + $tax_meta_desc_tmp = $this->set_escape_str($opt, 'description_tmp', 'tax'); ?>
ページ/投稿
@@ -184,15 +184,6 @@ $rss_disabled = $this->get_key_setting('rss_disabled'); value="1">出力しない
-
-

Canonical URL 出力

- -

WordPressバージョン情報