質問編集履歴
2
現在作成中のコード記載
test
CHANGED
File without changes
|
test
CHANGED
@@ -47,3 +47,27 @@
|
|
47
47
|
WordPress 5.4.1 (Astra テーマ)
|
48
48
|
|
49
49
|
PHP 7.4.5 (cli)
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
現時点で、このコードをsingle.phpに入れましたが、
|
56
|
+
|
57
|
+
リロードはされますが、動かず、、、。
|
58
|
+
|
59
|
+
何がおかしいでしょうか。
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
```ここに言語を入力コード
|
64
|
+
|
65
|
+
<form action="" method="post">
|
66
|
+
|
67
|
+
下書きにしたい:<button onclick="<?php var_dump($post);
|
68
|
+
|
69
|
+
$post = wp_insert_post(array('post_status' => 'draft')); ?>">切り替わって</button>
|
70
|
+
|
71
|
+
</form>
|
72
|
+
|
73
|
+
```
|
1
参考サイトの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
https://cree.fun/3007/
|
17
|
+
[https://cree.fun/3007/](https://cree.fun/3007/)
|
18
18
|
|
19
19
|
こちらのサイトを参考に「ContactForm7」と言うプラグイン を使って
|
20
20
|
|
@@ -32,6 +32,14 @@
|
|
32
32
|
|
33
33
|
|
34
34
|
|
35
|
+
参考にさせて頂いたサイト
|
36
|
+
|
37
|
+
[https://tenman.info/labo/snip/archives/2131](https://tenman.info/labo/snip/archives/2131)
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
35
43
|
|
36
44
|
|
37
45
|
### 補足情報(FW/ツールのバージョンなど)
|