Linux 软件免费装
Banner图

LH Places

开发者 shawfactor
更新时间 2017年4月2日 17:29
捐献地址: 去捐款
PHP版本: 3.0 及以上
WordPress版本: 4.7
版权: GPLv2 or later
版权网址: 版权信息

标签

plugin url location geolocation geo distance radius latitude longitude GET geotag range miles km geolocate

下载

详情介绍:

LH Places creates a cpt called a place, places have geographical information (eg latitude and longitude) associated with them. Posts, pages, and others CPTS (eg events), can then be connected to a place and are searchable by location. It also includes a shortcode that can be used to find posts or pages that are connected to a nearby location, as well as a shortcode to add maps of various places to any post object.

安装:

  1. Upload the lh-places folder to the /wp-content/plugins/ directory
  2. Install the WordPress Posts 2 Posts plugin
  3. Activate both plugins through the 'Plugins' menu in WordPress

常见问题:

What could you use this for?

This plugin is part of the LocalHero project for member driven WordPress organisations but as it is modular could be used for other things. Use your imagination

How do I use the geolocation shortcode?

Place the short code [lh_places_geolocate] anywhere in the your post_content.m The shortcode has one optional parameter call url. This is the url that the browser will request, when making its geolocated search. By default this will be the blog url but if you wish to search a custom post type then use the url of the custom post type archive.

How do I include maps of places on the front end?

Place the shortcode [lh_places_geomap] into your post_content. The shortcode takes two options 'p' which is the post id of the place you wish to display or 'post_parent' which is the post id of the parent place of a set of places you may wish to display. Please don't use both.

What post types can be linked to places?

by default posts and pages can have a place attached (se the post edit screen). To add (or remove) an additional post type you can use the lh_places_from_posttypes filter which takes and returns the eligible post types. See plugin source.

更新日志:

*1.00 May 30, 2016\ Initial release. *1.01 May 31, 2016\ Added Filter on post types *1.02 March 30, 2017\ Use isset