SEO SIMPLE PACK - Version 1.1.7

Version Description

Download this release

Release Info

Developer looswebstudio
Plugin Icon 128x128 SEO SIMPLE PACK
Version 1.1.7
Comparing to
See all releases

Code changes from version 1.1.6 to 1.1.7

assets/css/ssp.css CHANGED
@@ -167,10 +167,10 @@
167
  #ssp_wrap table.form-table td{
168
  display: block;
169
  width: 100%;
 
170
  }
171
  #ssp_wrap table.form-table td{
172
  padding-left: 40px;
173
- margin-bottom: 24px;
174
  }
175
 
176
  /*
167
  #ssp_wrap table.form-table td{
168
  display: block;
169
  width: 100%;
170
+ padding-bottom: 0;
171
  }
172
  #ssp_wrap table.form-table td{
173
  padding-left: 40px;
 
174
  }
175
 
176
  /*
inc/parts/tab_archive.php CHANGED
@@ -1,6 +1,6 @@
1
  <div class="postbox">
2
  <h2 class="hndle">
3
- <span>「著者アーカイブ」の標準設定</span>
4
  </h2>
5
  <div class="inside">
6
  <table class="form-table">
@@ -51,7 +51,7 @@ SSP_Methods::output_table_rows( $table_rows ); ?>
51
 
52
  <div class="postbox">
53
  <h2 class="hndle">
54
- <span>「日付アーカイブ」の標準設定</span>
55
  </h2>
56
  <div class="inside">
57
  <table class="form-table">
@@ -94,7 +94,7 @@ SSP_Methods::output_table_rows( $table_rows ); ?>
94
 
95
  <div class="postbox">
96
  <h2 class="hndle">
97
- <span>「カスタム投稿アーカイブ」の標準設定</span>
98
  </h2>
99
  <div class="inside">
100
  <table class="form-table">
1
  <div class="postbox">
2
  <h2 class="hndle">
3
+ <span>「著者アーカイブ」の設定</span>
4
  </h2>
5
  <div class="inside">
6
  <table class="form-table">
51
 
52
  <div class="postbox">
53
  <h2 class="hndle">
54
+ <span>「日付アーカイブ」の設定</span>
55
  </h2>
56
  <div class="inside">
57
  <table class="form-table">
94
 
95
  <div class="postbox">
96
  <h2 class="hndle">
97
+ <span>「カスタム投稿アーカイブ」の設定</span>
98
  </h2>
99
  <div class="inside">
100
  <table class="form-table">
inc/parts/tab_post_type.php CHANGED
@@ -1,19 +1,19 @@
1
  <div class="postbox">
2
  <h2 class="hndle">
3
- <span>「投稿」の標準設定</span>
4
  </h2>
5
  <div class="inside">
6
  <table class="form-table">
7
  <tbody>
8
  <?php $table_rows = [
9
  'post_noindex' => [
10
- 'title'=>'「投稿」をインデックスさせない',
11
  'reqired' => false,
12
  'class' => '',
13
  'is_checkbox' => true,
14
  'item' => '',
15
  'prev' => false,
16
- 'desc' => '「はい」を選択すると <code>noindex</code> となります。',
17
  ],
18
  'post_title' => [
19
  'title'=>'タイトルタグの形式',
@@ -22,7 +22,7 @@
22
  'is_checkbox' => false,
23
  'item' => '',
24
  'prev' => true,
25
- 'desc' => '「投稿」( <code>post</code> )の個別ページに出力する <code>&lt;title&gt;</code> タグの設定です。',
26
  ],
27
  'post_desc' => [
28
  'title'=>'ディスクリプションの形式',
@@ -31,7 +31,7 @@
31
  'is_checkbox' => false,
32
  'item' => '',
33
  'prev' => true,
34
- 'desc' => '「投稿」( <code>post</code> )の個別ページに出力する <code>meta:description</code> の設定です。',
35
  ],
36
  ];
37
  SSP_Methods::output_table_rows( $table_rows ); ?>
@@ -42,20 +42,20 @@ SSP_Methods::output_table_rows( $table_rows ); ?>
42
 
43
  <div class="postbox">
44
  <h2 class="hndle">
45
- <span>「固定ページ」の標準設定</span>
46
  </h2>
47
  <div class="inside">
48
  <table class="form-table">
49
  <tbody>
50
  <?php $table_rows = [
51
  'page_noindex' => [
52
- 'title'=>'「固定ページ」をインデックスさせない',
53
  'reqired' => false,
54
  'class' => '',
55
  'is_checkbox' => true,
56
  'item' => '',
57
  'prev' => false,
58
- 'desc' => '「はい」を選択すると <code>noindex</code> となります。',
59
  ],
60
  'page_title' => [
61
  'title'=>'タイトルタグの形式',
@@ -64,7 +64,7 @@ SSP_Methods::output_table_rows( $table_rows ); ?>
64
  'is_checkbox' => false,
65
  'item' => '',
66
  'prev' => true,
67
- 'desc' => '「固定ページ」( <code>page</code> )の個別ページに出力する <code>&lt;title&gt;</code> タグの設定です。',
68
  ],
69
  'page_desc' => [
70
  'title'=>'ディスクリプションの形式',
@@ -73,7 +73,7 @@ SSP_Methods::output_table_rows( $table_rows ); ?>
73
  'is_checkbox' => false,
74
  'item' => '',
75
  'prev' => true,
76
- 'desc' => '「固定ページ」( <code>page</code> )の個別ページに出力する <code>meta:description</code> の設定です。',
77
  ],
78
  ];
79
  SSP_Methods::output_table_rows( $table_rows ); ?>
@@ -93,21 +93,20 @@ SSP_Methods::output_table_rows( $table_rows ); ?>
93
 
94
  if ( count( $post_types ) > 0 ) {
95
 
96
- echo '<div class="postbox"><h2 class="hndle"><span>カスタム投稿タイプ</span></h2><div class="inside">';
97
 
98
  foreach ( $post_types as $obj ){
99
-
100
  echo '<table class="form-table"><tbody>';
101
-
102
  $table_rows = [
103
  $obj->name.'_noindex' => [
104
- 'title'=>'「'.$obj->label.'」をインデックスさせない',
105
  'reqired' => false,
106
  'class' => '',
107
  'is_checkbox' => true,
108
  'item' => '',
109
  'prev' => false,
110
- 'desc' => '「はい」を選択すると <code>noindex</code> となります。',
111
  ],
112
  $obj->name.'_title' => [
113
  'title'=>'タイトルタグの形式',
@@ -116,7 +115,7 @@ SSP_Methods::output_table_rows( $table_rows ); ?>
116
  'is_checkbox' => false,
117
  'item' => '',
118
  'prev' => true,
119
- 'desc' => '「'.$obj->label.'」( <code>'.$obj->name.'</code> )の個別ページに出力する <code>&lt;title&gt;</code> タグの設定です。',
120
  ],
121
  $obj->name.'_desc' => [
122
  'title'=>'ディスクリプションの形式',
@@ -125,20 +124,20 @@ SSP_Methods::output_table_rows( $table_rows ); ?>
125
  'is_checkbox' => false,
126
  'item' => '',
127
  'prev' => true,
128
- 'desc' => '「'.$obj->label.'」( <code>'.$obj->name.'</code> )の個別ページに出力する <code>meta:description</code> の設定です。',
129
  ],
130
  ];
131
  SSP_Methods::output_table_rows($table_rows );
132
 
133
  echo '</tbody></table>';
 
134
  }
135
- echo '</div></div>';
136
  }
137
  ?>
138
 
139
  <div class="postbox">
140
  <h2 class="hndle">
141
- <span>「メディア」の標準設定</span>
142
  </h2>
143
  <div class="inside">
144
  <table class="form-table">
@@ -160,7 +159,7 @@ SSP_Methods::output_table_rows( $table_rows ); ?>
160
  'is_checkbox' => true,
161
  'item' => '',
162
  'prev' => false,
163
- 'desc' => '「はい」を選択すると <code>noindex</code> となります。',
164
  ],
165
  'media_title' => [
166
  'title'=>'タイトルタグの形式',
@@ -169,7 +168,7 @@ SSP_Methods::output_table_rows( $table_rows ); ?>
169
  'is_checkbox' => false,
170
  'item' => '',
171
  'prev' => true,
172
- 'desc' => '「メディア」( <code>attachment</code> )の個別ページに出力する <code>&lt;title&gt;</code> タグの設定です。',
173
  ],
174
  'media_desc' => [
175
  'title'=>'ディスクリプションの形式',
@@ -178,7 +177,7 @@ SSP_Methods::output_table_rows( $table_rows ); ?>
178
  'is_checkbox' => false,
179
  'item' => '',
180
  'prev' => true,
181
- 'desc' => '「メディア」( <code>attachment</code> )の個別ページに出力する <code>meta:description</code> の設定です。',
182
  ],
183
  ];
184
  SSP_Methods::output_table_rows($table_rows ); ?>
1
  <div class="postbox">
2
  <h2 class="hndle">
3
+ <span>「投稿」のデフォルト設定</span>
4
  </h2>
5
  <div class="inside">
6
  <table class="form-table">
7
  <tbody>
8
  <?php $table_rows = [
9
  'post_noindex' => [
10
+ 'title'=>'「投稿」の記事をインデックスさせない',
11
  'reqired' => false,
12
  'class' => '',
13
  'is_checkbox' => true,
14
  'item' => '',
15
  'prev' => false,
16
+ 'desc' => '「はい」を選択するとデフォルトの出力が <code>noindex</code> となります。',
17
  ],
18
  'post_title' => [
19
  'title'=>'タイトルタグの形式',
22
  'is_checkbox' => false,
23
  'item' => '',
24
  'prev' => true,
25
+ 'desc' => '「投稿」( <code>post</code> )の記事に出力する <code>&lt;title&gt;</code> タグのデフォルト設定です。',
26
  ],
27
  'post_desc' => [
28
  'title'=>'ディスクリプションの形式',
31
  'is_checkbox' => false,
32
  'item' => '',
33
  'prev' => true,
34
+ 'desc' => '「投稿」( <code>post</code> )の記事に出力する <code>meta:description</code> のデフォルト設定です。',
35
  ],
36
  ];
37
  SSP_Methods::output_table_rows( $table_rows ); ?>
42
 
43
  <div class="postbox">
44
  <h2 class="hndle">
45
+ <span>「固定ページ」のデフォルト設定</span>
46
  </h2>
47
  <div class="inside">
48
  <table class="form-table">
49
  <tbody>
50
  <?php $table_rows = [
51
  'page_noindex' => [
52
+ 'title'=>'「固定ページ」の記事をインデックスさせない',
53
  'reqired' => false,
54
  'class' => '',
55
  'is_checkbox' => true,
56
  'item' => '',
57
  'prev' => false,
58
+ 'desc' => '「はい」を選択するとデフォルトの出力が <code>noindex</code> となります。',
59
  ],
60
  'page_title' => [
61
  'title'=>'タイトルタグの形式',
64
  'is_checkbox' => false,
65
  'item' => '',
66
  'prev' => true,
67
+ 'desc' => '「固定ページ」( <code>page</code> )の記事に出力する <code>&lt;title&gt;</code> タグのデフォルト設定です。',
68
  ],
69
  'page_desc' => [
70
  'title'=>'ディスクリプションの形式',
73
  'is_checkbox' => false,
74
  'item' => '',
75
  'prev' => true,
76
+ 'desc' => '「固定ページ」( <code>page</code> )の記事に出力する <code>meta:description</code> のデフォルト設定です。',
77
  ],
78
  ];
79
  SSP_Methods::output_table_rows( $table_rows ); ?>
93
 
94
  if ( count( $post_types ) > 0 ) {
95
 
96
+
97
 
98
  foreach ( $post_types as $obj ){
99
+ echo '<div class="postbox"><h2 class="hndle"><span>カスタム投稿タイプ「'.$obj->label.'」のデフォルト設定</span></h2><div class="inside">';
100
  echo '<table class="form-table"><tbody>';
 
101
  $table_rows = [
102
  $obj->name.'_noindex' => [
103
+ 'title'=>'「'.$obj->label.'」の記事をインデックスさせない',
104
  'reqired' => false,
105
  'class' => '',
106
  'is_checkbox' => true,
107
  'item' => '',
108
  'prev' => false,
109
+ 'desc' => '「はい」を選択するとデフォルトの出力が <code>noindex</code> となります。',
110
  ],
111
  $obj->name.'_title' => [
112
  'title'=>'タイトルタグの形式',
115
  'is_checkbox' => false,
116
  'item' => '',
117
  'prev' => true,
118
+ 'desc' => '「'.$obj->label.'」( <code>'.$obj->name.'</code> )の記事に出力する <code>&lt;title&gt;</code> タグのデフォルト設定です。',
119
  ],
120
  $obj->name.'_desc' => [
121
  'title'=>'ディスクリプションの形式',
124
  'is_checkbox' => false,
125
  'item' => '',
126
  'prev' => true,
127
+ 'desc' => '「'.$obj->label.'」( <code>'.$obj->name.'</code> )の記事に出力する <code>meta:description</code> のデフォルト設定です。',
128
  ],
129
  ];
130
  SSP_Methods::output_table_rows($table_rows );
131
 
132
  echo '</tbody></table>';
133
+ echo '</div></div>';
134
  }
 
135
  }
136
  ?>
137
 
138
  <div class="postbox">
139
  <h2 class="hndle">
140
+ <span>「メディア」のデフォルト設定</span>
141
  </h2>
142
  <div class="inside">
143
  <table class="form-table">
159
  'is_checkbox' => true,
160
  'item' => '',
161
  'prev' => false,
162
+ 'desc' => '「はい」を選択するとデフォルトの出力が <code>noindex</code> となります。',
163
  ],
164
  'media_title' => [
165
  'title'=>'タイトルタグの形式',
168
  'is_checkbox' => false,
169
  'item' => '',
170
  'prev' => true,
171
+ 'desc' => '「メディア」( <code>attachment</code> )の記事に出力する <code>&lt;title&gt;</code> タグのデフォルト設定です。',
172
  ],
173
  'media_desc' => [
174
  'title'=>'ディスクリプションの形式',
177
  'is_checkbox' => false,
178
  'item' => '',
179
  'prev' => true,
180
+ 'desc' => '「メディア」( <code>attachment</code> )の記事に出力する <code>meta:description</code> のデフォルト設定です。',
181
  ],
182
  ];
183
  SSP_Methods::output_table_rows($table_rows ); ?>
inc/parts/tab_taxonomy.php CHANGED
@@ -1,6 +1,6 @@
1
  <div class="postbox">
2
  <h2 class="hndle">
3
- <span>「カテゴリーアーカイブ」の標準設定</span>
4
  </h2>
5
  <div class="inside">
6
  <table class="form-table">
@@ -43,7 +43,7 @@ SSP_Methods::output_table_rows( $table_rows ); ?>
43
 
44
  <div class="postbox">
45
  <h2 class="hndle">
46
- <span>「タグアーカイブ」の標準設定</span>
47
  </h2>
48
  <div class="inside">
49
  <table class="form-table">
@@ -93,15 +93,13 @@ SSP_Methods::output_table_rows( $table_rows ); ?>
93
  $taxonomies = get_taxonomies( $args, 'objects', 'and' );
94
 
95
  if ( count( $taxonomies ) > 0 ) {
96
- echo '<div class="postbox"><h2 class="hndle"><span>カスタムタクソノミー</span></h2><div class="inside">';
97
-
98
  foreach ( $taxonomies as $obj ){
99
-
100
  echo '<table class="form-table"><tbody>';
101
 
102
  $table_rows = [
103
  $obj->name.'_noindex' => [
104
- 'title'=>'「'.$obj->label.'」をインデックスさせない',
105
  'reqired' => false,
106
  'class' => '',
107
  'is_checkbox' => true,
@@ -131,14 +129,14 @@ SSP_Methods::output_table_rows( $table_rows ); ?>
131
  SSP_Methods::output_table_rows( $table_rows );
132
 
133
  echo '</tbody></table>';
 
134
  }
135
- echo '</div></div>';
136
  }
137
  ?>
138
 
139
  <div class="postbox">
140
  <h2 class="hndle">
141
- <span>「投稿フォーマットアーカイブ」の標準設定</span>
142
  </h2>
143
  <div class="inside">
144
  <table class="form-table">
1
  <div class="postbox">
2
  <h2 class="hndle">
3
+ <span>「カテゴリーアーカイブ」の設定</span>
4
  </h2>
5
  <div class="inside">
6
  <table class="form-table">
43
 
44
  <div class="postbox">
45
  <h2 class="hndle">
46
+ <span>「タグアーカイブ」の設定</span>
47
  </h2>
48
  <div class="inside">
49
  <table class="form-table">
93
  $taxonomies = get_taxonomies( $args, 'objects', 'and' );
94
 
95
  if ( count( $taxonomies ) > 0 ) {
 
 
96
  foreach ( $taxonomies as $obj ){
97
+ echo '<div class="postbox"><h2 class="hndle"><span>タクソノミー「'.$obj->label.'」の設定</span></h2><div class="inside">';
98
  echo '<table class="form-table"><tbody>';
99
 
100
  $table_rows = [
101
  $obj->name.'_noindex' => [
102
+ 'title'=>'「'.$obj->label.'」のアーカイブページをインデックスさせない',
103
  'reqired' => false,
104
  'class' => '',
105
  'is_checkbox' => true,
129
  SSP_Methods::output_table_rows( $table_rows );
130
 
131
  echo '</tbody></table>';
132
+ echo '</div></div>';
133
  }
 
134
  }
135
  ?>
136
 
137
  <div class="postbox">
138
  <h2 class="hndle">
139
+ <span>「投稿フォーマットアーカイブ」の設定</span>
140
  </h2>
141
  <div class="inside">
142
  <table class="form-table">
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://loos-web-studio.com/
4
  Tags: SEO,meta,analytics,webmaster,simple,japan
5
  Requires at least: 4.6
6
  Tested up to: 4.9.8
7
- Stable tag: 1.1.6
8
  Requires PHP: 5.6
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -109,6 +109,9 @@ wp_head内( `_wp_render_title_tag` )で出力される`title`タグは削除す
109
 
110
  == Changelog ==
111
 
 
 
 
112
  = 1.1.6 =
113
  バグフィックス
114
  (カスタム投稿タイプ・カスタムタクソノミーの設定読み取り順序を後ろに)
4
  Tags: SEO,meta,analytics,webmaster,simple,japan
5
  Requires at least: 4.6
6
  Tested up to: 4.9.8
7
+ Stable tag: 1.1.7
8
  Requires PHP: 5.6
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
109
 
110
  == Changelog ==
111
 
112
+ = 1.1.7 =
113
+ 管理画面の表示の改善
114
+
115
  = 1.1.6 =
116
  バグフィックス
117
  (カスタム投稿タイプ・カスタムタクソノミーの設定読み取り順序を後ろに)
seo-simple-pack.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: SEO SIMPLE PACK
4
  Plugin URI: https://wemo.tech/1670
5
  Description: シンプルなSEOプラグイン。ページ種別・投稿ごとにmetaタグやOGPタグを簡単に設定・カスタマイズできます。
6
- Version: 1.1.6
7
  Author: LOOS WEB STUDIO
8
  Author URI: https://loos-web-studio.com/
9
  License: GPL2
@@ -57,7 +57,7 @@ if ( (double) $phpver < 5.6 ) {
57
  * 定数宣言
58
  */
59
  if ( ! defined( 'SSP_VERSION' ) ) {
60
- define( 'SSP_VERSION', '1.1.6' );
61
  }
62
  if ( ! defined( 'SSP_FILE' ) ) {
63
  define( 'SSP_FILE', __FILE__ );
3
  Plugin Name: SEO SIMPLE PACK
4
  Plugin URI: https://wemo.tech/1670
5
  Description: シンプルなSEOプラグイン。ページ種別・投稿ごとにmetaタグやOGPタグを簡単に設定・カスタマイズできます。
6
+ Version: 1.1.7
7
  Author: LOOS WEB STUDIO
8
  Author URI: https://loos-web-studio.com/
9
  License: GPL2
57
  * 定数宣言
58
  */
59
  if ( ! defined( 'SSP_VERSION' ) ) {
60
+ define( 'SSP_VERSION', '1.1.7' );
61
  }
62
  if ( ! defined( 'SSP_FILE' ) ) {
63
  define( 'SSP_FILE', __FILE__ );