回答編集履歴

1

補足の追加。

2016/06/02 13:43

投稿

kei344
kei344

スコア69442

test CHANGED
@@ -6,4 +6,14 @@
6
6
 
7
7
  $aaa ='<div class="block">"<?php the_permalink(); ?>"</div>';
8
8
 
9
+ ```もしくは
10
+
11
+ ```PHP
12
+
13
+ // $aaa.='<div class="block">"<?php the_permalink(); ?>"</div>';
14
+
15
+ $aaa =''; // ← 追加
16
+
17
+ $aaa.='<div class="block">"<?php the_permalink(); ?>"</div>';
18
+
9
19
  ```