开发者 | Plainware |
---|---|
更新时间 | 2024年10月12日 18:30 |
PHP版本: | 5.3 及以上 |
WordPress版本: | 6.6 |
版权: | GPLv2 or later |
locatoraid
folder to the /wp-content/plugins/
directory on your site.Some location names may exist in several countries, and the Google maps will make its guess on which one you mean. Make use of the search-bias-country
shortcode parameter, it will adjust the map service to prefer results in the given country.
For example, [locatoraid search-bias-country="Finland"]
. If you need several countries, separate them by comman and we'll add a drop-down box with the country list to the search form. For example, [locatoraid search-bias-country="Finland,Sweden,Norway"]
Go to WordPress admin -> Appearance -> Customize, then click Additional CSS, and paste the following code (change the font-size value if needed):
#locatoraid-map-list-container { font-size: 0.9em; }