This is my version of the full working code, remember, location should be a city or a postcode.
theme-indeed.php
This is my version of the full working code, remember, location should be a city or a postcode.
theme-indeed.php
Hey,
I needed the same thing, so i modified a few lines in theme-indeed.php to look like this:
if (sizeof($query)>=5) :
$keyword = urlencode(strtolower(trim($query[0])));...