質問編集履歴

1

若干修正しました。

2018/04/30 21:15

投稿

brosse
brosse

スコア13

test CHANGED
File without changes
test CHANGED
@@ -31,6 +31,22 @@
31
31
  endforeach;
32
32
 
33
33
  endif;
34
+
35
+
36
+
37
+ $args = array(
38
+
39
+ ~~
40
+
41
+ 'tag__and' => $tags,
42
+
43
+ );
44
+
45
+ if ( $q->have_posts() ) : while ( $q->have_posts() ) : $q->the_post();
46
+
47
+ endwhile;endif; wp_reset_postdata();
48
+
49
+
34
50
 
35
51
  ...どうしよう ?>
36
52