kailuchen
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Manual add on field for search formHi Mike!
Managed to make it work! You are right, it’s search_category and the value is ids. 🙂
Thanks a million!
REgards.
Forum: Plugins
In reply to: [WP Job Manager] Manual add on field for search formHi Mike,
Please see both attached image for the code and category slug.
http://antfactory.info/tiongseng/wp-content/uploads/2014/12/Html.jpg
http://antfactory.info/tiongseng/wp-content/uploads/2014/12/slug.jpgRegards.
Forum: Plugins
In reply to: [WP Job Manager] Manual add on field for search formHi Mike,
I have tried that too.. but still to no avail. Strange..
Forum: Plugins
In reply to: [WP Job Manager] Manual add on field for search formHi Mike,
I still could not get it work! Have entered the full url…http://antfactory.info/tiongseng/jobs-2/
Only able to make the location work, but not the categories. =(
Forum: Plugins
In reply to: [WP Job Manager] Manual add on field for search formIt links from http://antfactory.info/tiongseng/careers/ to http://antfactory.info/tiongseng/jobs-2/ (search results).
Forum: Plugins
In reply to: [WP Job Manager] Manual add on field for search formYes. This is what i have inserted, but it still couldn’t make it work. Can you help to see what is wrong? Thank you.
__________________________________________________________________________
<form method=”GET” action=”jobs-2″>
<p>
<label for=”keywords”>Search by:</label>
<input type=”text” id=”search_keywords” name=”search_keywords” placeholder=”Enter a search term or keyword” />
</p>
<p>
<label for=”keywords”>Refine search:</label>
<select id=”search_location” name=”search_location” >
<option value=””>Select a country</option>
<option value=”asia”>Asia</option>
<option value=”europe”>Europe</option>
</select>
</p>
<p>
<label for=”search_categories”>Category</label>
<select name=”search_categories” id=”search_categories” >
<option value=”0″>Any category</option>
<option value=”40″>Engineering</option>
<option value=”41″>Finance</option>
</select>
</p>
<p>
<input type=”submit” value=”Search” />
</p>
</form>Forum: Plugins
In reply to: [WP Job Manager] Manual add on field for search formHi Mike,
As I am placing the form in a random page using Visual Composer plugin. Therefore I am using a “raw html” to insert the code to get the form for search. I am not sure if <?php if…..> will fit in this “raw html” at all since it is in different language.
Page shown in link:
http://antfactory.info/tiongseng/careers/Forum: Plugins
In reply to: [WP Job Manager] Manual add on field for search formHi Mike,
Am not very sure about this, as I am using raw html box to insert the codes. Is there anything similar to the form? 🙂