質問編集履歴
2
重複削除
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,7 +9,6 @@
|
|
9
9
|
<?php
|
10
10
|
$taxonomy = 'my-tag';
|
11
11
|
$args = array( 'number' => 100 );
|
12
|
-
$taxonomy = 'my-tag';
|
13
12
|
$tax_terms = get_terms( $taxonomy, $args );
|
14
13
|
echo '<ul>';
|
15
14
|
foreach ($tax_terms as $tax_term) {
|
1
my-tagへ
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
<?php
|
10
10
|
$taxonomy = 'my-tag';
|
11
11
|
$args = array( 'number' => 100 );
|
12
|
-
$taxonomy = '
|
12
|
+
$taxonomy = 'my-tag';
|
13
13
|
$tax_terms = get_terms( $taxonomy, $args );
|
14
14
|
echo '<ul>';
|
15
15
|
foreach ($tax_terms as $tax_term) {
|