質問編集履歴

2

コードのうちミスによる変更

2021/06/24 10:21

投稿

makimaki_119
makimaki_119

スコア0

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,9 @@
44
44
 
45
45
 
46
46
 
47
+ ```PHP
48
+
47
- ```index.php```
49
+ <!--index.phpです。-->
48
50
 
49
51
  <!--通常のリンクボタンです。-->
50
52
 
@@ -76,7 +78,13 @@
76
78
 
77
79
  ```
78
80
 
81
+ ```PHP
82
+
83
+
84
+
79
- ```page-contact.php
85
+ <!--page-contact.phpです。-->
86
+
87
+
80
88
 
81
89
  <?php 
82
90
 
@@ -96,7 +104,11 @@
96
104
 
97
105
 
98
106
 
107
+ ```MWWPFORM
108
+
99
- ```page-contact.php(ショートコードで呼び出したMW_WP_Formの記述)
109
+ <!--page-contact.phpショートコードで呼び出MW_WP_Formの記述です。-->
110
+
111
+
100
112
 
101
113
  <dl>
102
114
 
@@ -126,7 +138,13 @@
126
138
 
127
139
 
128
140
 
141
+ ```PHP
142
+
143
+
144
+
129
- ```footer.php
145
+ <!--footer.phpです。-->
146
+
147
+
130
148
 
131
149
  <script>
132
150
 

1

コードのうちミスによる変更

2021/06/24 10:21

投稿

makimaki_119
makimaki_119

スコア0

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
 
46
46
 
47
- ```index.php
47
+ ```index.php```
48
48
 
49
49
  <!--通常のリンクボタンです。-->
50
50
 
@@ -54,11 +54,11 @@
54
54
 
55
55
  <!--リンク先のチェックボックスオンにさせる場合のリンク画像です。-->
56
56
 
57
- <form id="banner" method="post" action="<?php echo home_url('contact');?>" target="_blank">
57
+ <form method="post" action="<?php echo home_url('contact');?>" target="_blank">
58
58
 
59
59
 
60
60
 
61
- <input id="f_banner" type="image" src="<?php echo get_template_directory_uri(); ?>/img/linkimg.jpg" alt="エアロピュア 補助金に関するご相談">
61
+ <input id="banner" type="image" src="<?php echo get_template_directory_uri(); ?>/img/linkimg.jpg" alt="">
62
62
 
63
63
 
64
64
 
@@ -146,4 +146,6 @@
146
146
 
147
147
  ```
148
148
 
149
+
150
+
149
151
  有識者の方いらっしゃいましたら、お力添えお願い致します。