开发者 | andrekelling |
---|---|
更新时间 | 2018年10月19日 18:12 |
捐献地址: | 去捐款 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 4.9.5 |
版权: | GPLv3.0 or later |
版权网址: | 版权信息 |
clients
clients
posts is unset. Beware of the risk fetching too much!!! (proper limitation feature is planned)[mapple_map]
will create the google map with marker[mapple_clients]
will create a table with all clientsmapple_clients
shortcode.
Here a full example with all possible options:
[mapple_clients title-name="Name" title-address="Adresse" title-desc="Beschreibung" title-tags="Branche" title-search="Suche" title-search-placeholder="lostippen..." title-filter-label="Nach Branche filtern" with-tags="true" with-search="true"]
all title-
attributes are for customising wordings.
[mapple_clients title-name="Name" title-address="Adresse" title-desc="Beschreibung" title-tags="Branche" title-search="Suche" title-search-placeholder="lostippen..." title-filter-label="Nach Branche filtern"]
all with-
attributes activate the tags coloumn, and filter when search is also active.
[mapple_clients with-tags="true" with-search="true"]
Credit
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly.If you have a JS error in your browser console that a GET request to the REST API of an media item failed. It might be that your requested image is WP internally connected to another post with another post-type which isn't open for REST requests. You can follow this guide for success: https://scottbolinger.com/custom-post-types-wp-api-v2/
php_vars
from wp_localize_scripttitle-filter-label
to customise tag filter label