To Add: Pembroke is a UK town
A CCTLD as in .UK
I tried that code with .UK Uk uk GB gb – Pembroke still links to Malta
function wp_job_manager_region_bias() {
return 'gb';
}
add_filter( 'job_manager_geolocation_region_cctld', 'wp_job_manager_region_bias' );
I’m having to add UK to all my job post locations so they don’t show up as US or other countries.
It would be really useful to have a setting for default country.
Have you tried adding this:
function wp_job_manager_region_bias() {
return 'uk';
}
add_filter( 'job_manager_geolocation_region_cctld', 'wp_job_manager_region_bias' );
… to your theme’s functions.php file?
No this does not work – I have given Pembroke as an example, and the plugin location link still navigates to Google Maps in Malta
Can you send us a link to your site so we can take a look ourselves? Thanks!
Hmm, it seems to work for me. Goes straight to Pembroke in Wales:
http://d.pr/i/11YSz/4YUw80Yw
Try clearing your browser cache and cookies (or at least those for Google Maps) and seeing if it works for you after that.