[wordpress插件] Contacts BMLT联系人BMLT

wordpress 插件 文章 2020-03-31 19:41 471 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Contacts BMLT is a plugin that displays helpline and website information about service bodies using the contacts_bmlt shortcode.

Contacts BMLT是一个插件,它使用contacts_bmlt短代码显示有关服务主体的帮助热线和网站信息。

SHORTCODE

SHORTCODE

Basic: [contacts_bmlt]

基本:[contacts_bmlt]

Attributes: root_server, display_type, parent_id, show_description, show_email, show_url_in_name, show_tel_url, show_full_url, show_all_services, show_locations

属性:root_server,display_type,parent_id,show_description,show_email,show_url_in_name,show_tel_url,show_full_url,show_all_services,show_locations

— Most Shortcode parameters can be combined

-大多数Shortcode参数都可以组合

Usage

用法

A minimum of root_server needs to be set.

至少需要设置root_server。

Ex.

例如

[contacts_bmlt root_server="https://www.domain.org/main_server"]

[contacts_bmlt root_server =“ https://www.domain.org/main_server”]

display_type To change the display type add display_type="table" there are two different types table, block the default is table.<

display_type 要更改显示类型,请添加display_type =“ table”,有两种不同的类型 table block ,默认为table。<

br />

br />

Ex.

例如

[contacts_bmlt root_server="https://www.domain.org/main_server" display_type="table"]

[contacts_bmlt root_server =“ https://www.domain.org/main_server” display_type =“ table”]

parent_id This will only display service bodies who has set parent_id.

parent_id (仅显示已设置parent_id的服务主体)。

Ex.

例如

[contacts_bmlt root_server="https://www.domain.org/main_server" parent_id="22"]

[contacts_bmlt root_server =“ https://www.domain.org/main_server” parent_id =“ 22”]

show_description This will display the service bodies description underneath the name if set.

show_description (如果设置),它将在名称下方显示服务主体描述。

Ex.

例如

[contacts_bmlt root_server="https://www.domain.org/main_server" show_description="1"]

[contacts_bmlt root_server =“ https://www.domain.org/main_server” show_description =“ 1”]

show_email This will display the service bodies contact email underneath the name if set.

show_email 。这将在名称下显示服务机构的联系电子邮件。

Ex.

例如

[contacts_bmlt root_server="https://www.domain.org/main_server" show_email="1"]

[contacts_bmlt root_server =“ https://www.domain.org/main_server” show_email =“ 1”]

show_url_in_name This will add a link to the service body name, this is the default action.

show_url_in_name 这将向服务主体名称添加一个链接,这是默认操作。

To remove the url from the service body name add show_url_in_name="0quot;.

要从服务主体名称中删除url,请添加show_url_in_name =“ 0”;。

Ex.

例如

[contacts_bmlt root_server="https://www.domain.org/main_server" show_url_in_name="0"]

[contacts_bmlt root_server =“ https://www.domain.org/main_server” show_url_in_name =“ 0”]

show_tel_url This will add a tel link to the telephone number.

show_tel_url ,这会将电话链接添加到电话号码。

Default is to not add it.

默认为不添加。

Ex.

例如

[contacts_bmlt root_server="https://www.domain.org/main_server" show_tel_url="1"]

[contacts_bmlt root_server =“ https://www.domain.org/main_server” show_tel_url =“ 1”]

show_full_url This will add a separate column or div with the full url displayed.

show_full_url 这将添加显示完整URL的单独列或div。

Default is to not add it.

默认为不添加。

Ex.

例如

[contacts_bmlt root_server="https://www.domain.org/main_server" show_full_url="1"]

[contacts_bmlt root_server =“ https://www.domain.org/main_server” show_full_url =“ 1”]

show_all_services This will display all service bodies regardless of whether they have their phone or URL field filled out.

show_all_services 这将显示所有服务主体,无论其电话或URL字段是否已填写。

The default is not to display them.

默认为不显示它们。

Ex.

例如

[contacts_bmlt root_server="https://www.domain.org/main_server" show_all_services="1"]

[contacts_bmlt root_server =“ https://www.domain.org/main_server” show_all_services =“ 1”]

show_locations This will display a list of locations below the service body name.

show_locations (这会显示服务主体名称下方的位置列表)。

Accepted values are location_neighborhood, location_city_subsection, location_municipality, location_sub_province.

接受的值是location_neighborhood,location_city_subsection,location_municipality,location_sub_province。

Ex.

例如

[contacts_bmlt root_server="https://www.domain.org/main_server" show_locations="location_municipality"]

[contacts_bmlt root_server =“ https://www.domain.org/main_server” show_locations =“ location_municipality”]

EXAMPLES

示例

https://sca.charlestonna.orgegion-contacts/

https://sca.charlestonna.orgegion-contacts/

>

>

MORE INFORMATION

更多信息

https://github.com/bmlt-enabled/contacts-bmlt<

https://github.com/bmlt-enabled/contacts-bmlt <

/p>

/ p>

安装步骤

This section describes how to install the plugin and get it working.

本节介绍如何安装插件并使其正常工作。

    1. Download and install the plugin from WordPress dashboard.

    2. 从WordPress仪表板下载并安装插件。

      You can also upload the entire Contacts BMLT Plugin folder to the /wp-content/plugins/ directory

    3. 您还可以将整个Contacts BMLT Plugin文件夹上载到/ wp-content / plugins /目录

    4. Activate the plugin through the Plugins menu in WordPress
    5. 通过WordPress中的“插件”菜单激活插件

    6. Add [contacts_bmlt] shortcode to your WordPress page/post.
    7. 在您的WordPress页面/帖子中添加[contacts_bmlt]简码。

    8. At a minimum assign root_server.
    9. 至少要分配root_server。

下载地址
https://downloads.wordpress.org/plugin/contacts-bmlt.1.1.2.zip
-EOF-

AI助手支持GPT4.0