質問編集履歴
1
ソースコードミスのため修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -53,7 +53,7 @@
|
|
53
53
|
■list.php
|
54
54
|
|
55
55
|
```
|
56
|
-
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/
|
56
|
+
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/list/">
|
57
57
|
<input type="hidden" name="s" id="s" placeholder="検索" />
|
58
58
|
|
59
59
|
<div>カスタムフィールド</div>
|