質問編集履歴
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,8 +2,7 @@
|
|
2
2
|
|
3
3
|
■実現をしたいこと
|
4
4
|
|
5
|
-
http://kotori-blog.com/wordpress/refinement_search/
|
6
|
-
|
5
|
+
不動産系サイトで使わるような絞り込み検索(AND検索)の設置を試みています。(wordpress)
|
7
6
|
|
8
7
|
絞り込み検索の検索軸
|
9
8
|
|
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -135,7 +135,8 @@
|
|
135
135
|
|
136
136
|
検索の側
|
137
137
|
|
138
|
+
```
|
138
|
-
|
139
|
+
<form method="get" id="searchform" action="search">
|
139
140
|
<label for="s" class="serch-ttl">マンション名で検索</label>
|
140
141
|
<input type="text" class="field" name="s" id="s" placeholder="検索" />
|
141
142
|
|