回答編集履歴

2

追記

2020/09/09 04:15

投稿

KazuhiroHatano
KazuhiroHatano

スコア7819

test CHANGED
@@ -27,3 +27,23 @@
27
27
 
28
28
 
29
29
  ではどういうエラーが出てるのか、ですね
30
+
31
+
32
+
33
+ ---
34
+
35
+
36
+
37
+ これかな、出力しちゃってますね
38
+
39
+
40
+
41
+ ```php
42
+
43
+ $psttype_list='<li><h4 class="akijoho_h4">'.the_title().'</h4><p>'.the_content().'</p></li>';
44
+
45
+
46
+
47
+ $psttype_list='<li><h4 class="akijoho_h4">'.get_the_title().'</h4><p>'.get_the_content().'</p></li>';
48
+
49
+ ```

1

追記

2020/09/09 04:14

投稿

KazuhiroHatano
KazuhiroHatano

スコア7819

test CHANGED
@@ -11,3 +11,19 @@
11
11
  wpcf7_add_form_tagでタグ追加できます
12
12
 
13
13
  add_shortcodeと使い方は同様
14
+
15
+
16
+
17
+ ---
18
+
19
+
20
+
21
+ 追記:
22
+
23
+
24
+
25
+ すいません、そこまではわかってるんですね
26
+
27
+
28
+
29
+ ではどういうエラーが出てるのか、ですね