[wordpress插件] Contact Details Enhanced详细联系方式

wordpress 插件 文章 2020-03-30 21:50 403 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Adds the ability to enter contact information and output the details in your posts, pages or templates.

增加了输入联系信息并在帖子,页面或模板中输出详细信息的功能。

Based on the original “Contact Details” by 36Flavours, but the visible text has been translated to Dutch and a bankaccount field has been added.

基于36Flavours的原始“联系方式”,但可见文本已翻译成荷兰语,并添加了一个“银行帐户”字段。

Use the shortcode [contact type="phone"] to display any of the contact details, or use the function call

使用简码 [contact type =“ phone”] 显示任何联系人详细信息,或者使用函数调用 <?php,如果(function_exists('contact_detail')){

contact_detail('phone');

contact_detail('phone');

} ?>.

}?>

Once you have defined a contact email address, use the shortcode [contact type="form"] to output the contact form.

定义联系人电子邮件地址后,请使用简码 [contact type =“ form”] 输出联系人表单。

安装步骤

Here we go:

我们在这里:

    1. Upload the contact folder to the /wp-content/plugins/ directory.
    2. contact 文件夹上载到 / wp-content / plugins / 目录。

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

    5. Enter you contact details on the options page Settings > Contact Details.
    6. 在选项页“设置”>“联系方式” 中输入您的联系方式。

    7. Display the details using either the shortcodes or function calls.
    8. 使用简码或函数调用显示详细信息。

下载地址
https://downloads.wordpress.org/plugin/contact-details-enhanced.zip
-EOF-

AI助手支持GPT4.0