【发布时间】:2017-03-02 20:03:58
【问题描述】:
我正在尝试对站点注册表单进行更改,但因为我似乎检查了整个主题文件并准确搜索了短代码标题,但根本没有找到任何东西......!
这是页面的代码:
<h1 style="text-align: center;">Create a FREE account & save your Event date.</h1>
Whether you are Planning a Wedding, or any special event, you can save your search details here. Save pages and items of interest, communicate with vendors, save wish lists, and compare all of your options right here.
[row]
[column md="7"]
[couple-register-block title="Client Registration"]
[/column]
[column md="5"]
[iconbox icon="http://thegenius.co/wedding/demo/wp-content/uploads/2016/06/envelop.png" layout="icon-box-main" title="Wedding Checklist" button_text="Help Center" button_url="#"]Nam poenatis condimentum. Fusce risus odiamrper at, lacinia vel leo.[/iconbox]
[iconbox icon="http://thegenius.co/wedding/demo/wp-content/uploads/2016/06/pricing.png" layout="icon-box-main" title="Useful Tools" button_text="View Now" button_url="#"]Venenatis conntum. Fusce risus odio, egestas sit amet ullamcornia vel leo.[/iconbox]
[/column]
[/row]
我想获取表单字段并更改表单中的一些字段...表单简码在上面的页面中如下所示:
[couple-register-block title="Client Registration"]
我只是想知道我在哪里可以在主题文件中准确获取此短代码的表单代码因为我搜索了主题的整个 PHP 文件,但没有找到任何痕迹..!
这是页面的实时链接:http://texaseventexperts.com/couple-login/couple-register/
我想要做的是将婚礼日期字段更改为活动日期,但我似乎找不到更改它的代码,而且页面没有使用任何自定义模板,只是默认模板..!
【问题讨论】:
-
该短代码是否来自插件(婚礼代码)?如果是这样,请查看相应的插件文件夹
-
@bamabacho : 是的......正是它来自那个插件......我能知道你是怎么知道的吗?如果您将其发布为答案,我也会接受它作为答案..!
标签: php jquery wordpress forms