In version 1.13.0 we introduced a new Store locator listing shortcode. You can define a key, that you want to use for grouping (e.g. country). Then all stores within a country will display in a listing accordion by that key.

[wordpress_store_locator_listing key="country"]

The above example will list all stores by country. Of course you can use any other key like city or state if you want.

store locator listing by country
store locator listing by country

Listing Stores Arguments

All arguments you can use in the shortcode:

  • open_by_default => ‘yes’,
  • Group listing key (e.g. country)
    key
  • Order key by
    key_orderby => ‘pm.meta_value’,
  • Only show key with this value (e.g. US)
    value
  • heading_prefix => ‘Stores in ‘,
  • Show a subkey (e.g. “region”)
    subkey
  • Order Subkey Data (e.g. pm.meta_value)
    subkey_orderby
  • Only show subkey with this value (e.g. Texas)
    subvalue
  • Prefix for subkey Heading (e.g. State:)
    subheading_prefix
[wordpress_store_locator_listing key="country" value="US" subkey="region" subvalue="Texas" heading_prefix="Stores in " order_by="pm.meta_value" subheading_prefix="State: "]
listing example with us and texas stores only

6 thoughts on “WordPress Store Locator Listing Shortcode

    • Daniel
      Daniel acts as a real person and passed all tests against spambots. Anti-Spam by CleanTalk.
      says:

      You must have something wrong with your data then. the shortcode will show ALL stores.

        • Daniel
          Daniel acts as a real person and passed all tests against spambots. Anti-Spam by CleanTalk.
          says:

          Please submit a ticket on our website for support. Thanks

Leave a Reply

Your email address will not be published. Required fields are marked *