Skip to content

[job_post_map]

The [job_post_map] shortcode embeds a Google Map showing the job’s location. This is only available on individual job post pages.

  1. Go to RecMan Jobs > Settings in your WordPress admin
  2. Find the Individual job post page section
  3. Enter your Google Maps API Key in the field provided
[job_post_map]

With custom dimensions:

[job_post_map width="600" height="400"]
<?php echo job_post_map(); ?>

With custom dimensions:

<?php echo job_post_map(600, 400); ?>
ParameterDescriptionDefault
widthMap width in pixelsAuto
heightMap height in pixelsAuto

The map renders as an embedded iframe using the job’s location data.

  1. Open the Google Developers Console
  2. Choose Create a Project from the dropdown
  3. Click Continue and wait a few seconds
  4. Click the API key link under “Add credentials to your project”
  5. Name it (e.g., “RecMan WP key”) and restrict access to your domain