質問するログイン新規登録

回答編集履歴

1

補足の追加。

2016/06/02 13:43

投稿

kei344
kei344

スコア69643

answer CHANGED
@@ -2,4 +2,9 @@
2
2
  ```PHP
3
3
  // $aaa.='<div class="block">"<?php the_permalink(); ?>"</div>';
4
4
  $aaa ='<div class="block">"<?php the_permalink(); ?>"</div>';
5
+ ```もしくは
6
+ ```PHP
7
+ // $aaa.='<div class="block">"<?php the_permalink(); ?>"</div>';
8
+ $aaa =''; // ← 追加
9
+ $aaa.='<div class="block">"<?php the_permalink(); ?>"</div>';
5
10
  ```