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

回答編集履歴

1

少し修正

2016/02/07 10:33

投稿

amaranthine
amaranthine

スコア501

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