回答編集履歴

1

少し修正

2016/02/07 10:33

投稿

amaranthine
amaranthine

スコア501

test CHANGED
@@ -1,10 +1,12 @@
1
1
  ```php
2
+
3
+ $aaa = get_page_by_title('A');
2
4
 
3
5
  echo $aaa->post_content;
4
6
 
5
7
  ```
6
8
 
7
- ですと、単にechoされるだけで、ショートコードが実行されません。
9
+ ですと、単にショートコードがそのままechoされるだけで、ショートコードが実行されません。
8
10
 
9
11
 
10
12