Viewing 2 replies - 1 through 2 (of 2 total)
  • +1

    It’s not ideal to have two areas to add location and then not be able to filter by region using shortcode

    Hi guys,

    Faced with similar issue, and I found 2 ways how to achieve this:
    1) Add ‘search_region’ query string to your url with the Jobs page and it will filter result, e.g.

    https://yoursite.com/jobs/?search_region=10

    2) Add “selected_region” parameter to your [jobs] shortcode, e.g.

    [jobs selected_region="10"]

    10 – is ID of your region (Job Listings > Job Regions)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcode parameter to filter by region’ is closed to new replies.