Indeed Integration Not Working
I've checked some previous threads and tried the solutions in there, but basically my Indeed integration isn't working.
I've tried plugging my Publisher ID into this link: (replacing the 000000)
http://api.indeed.com/ads/apisearch?...0(Firefox)&v=2
and I do get some listings. I've set this in the theme-indeed.php file:
function jr_schedule_get_indeed_jobs(){
wp_schedule_event(time()+60, 'hourly', 'get_indeed_jobs');
wp_schedule_event(time()+60, 'daily', 'check_indeed_jobs');
update_option('get_indeed_jobs', 'yes');
}
and still nothing shows up.
Here's a screenshot of what I have, with my pub ID striked out.
http://skeletonkeymedia.com/skitch//...226-204504.jpg
Not sure what's up. Any help would be greatly appreciated.