Company Name link change to auto Search Keyword link
Hi,
I have changed the company name link automatically into a search word link (so that the viewer simply click on the company name, it will automatically use the search function to list out all the job by that company) by editing the loop-job.php at around line 58:
<a href="http://www.yoursite.com/?s=<?php echo wptexturize(get_post_meta($post->ID, '_Company', true)); ?>" rel="nofollow"><?php echo wptexturize(get_post_meta($post->ID, '_Company', true)); ?></a>
However in the newly updated version of Jobroller, if employers do not provide their homepage link, the company name WILL NOT turn into a link thus the above change will not be useful.
So ... how can I make every Company Name a link even the employer do not provide a homepage link when they post the job?
Many Thanks and hope it can help others too.