I have this Jobs Blue as a child theme on my page. There is a quick search panel on the page which I'd like to modify a little bit. I'm trying to add at least one more value in to the "all position type" selection, for example "thesis". Since I found this CUSTOMFIELD_LIST('jobtype',"","author"), I modified the "_language.php" of Responsive Job Board Theme to add this "thesiswork" in it, as in the attached file, but that doesn't to be working. What should i do to add one more option value into this quick search, not the advance search ? Regards.
Josh
Hello Tuomo,
You will need to edit theme core files to add more file to edit is located in your theme files >framework >class Find this code array("fulltime" => $CORE->_e(array('author','fulltime')), "parttime" => $CORE->_e(array('author','parttime')), "contract" => $CORE->_e(array('author','contract')), "internship" => $CORE->_e(array('author','internship')), "temporary" => $CORE->_e(array('author','temporary')));
Note:Edit theme core files at your own risk
`
Tuomo
Thank you Josh, this works perfectly!
Tuomo
But I have something came up for this. As you can see in the image, there is no thesis work in the list of job type. How can I have this list updated with the new option value as I put in the quick search panel ?
Attachments:
You must be logged in to view attached files.Josh
Hello Tuomo,
Please post here if not sure what changes/customizations to make >>