[wordpress插件] Contact Form 7 – Show Page联系表格7 –显示页面

wordpress 插件 文章 2020-03-21 01:30 568 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

You don’t need this plugin but hey, you might need this to quickly check where the contact forms are used.

您不需要此插件,但是,您可能需要此插件来快速检查联系表的使用位置。

If you have good memory then you will good without it.

如果您有良好的记忆力,那么没有记忆力会更好。

But there is chance to forget it right?

但是有机会忘记它吗?

So here below are the scenarios where you will find this plugin helpful:

因此,以下是您会发现此插件有用的情况:

1. You have multiple contact forms used in various pages and posts or may be used in widgets.

1.您在多个页面和帖子中使用了多个联系表单,或者可能在小部件中使用了它们。

To edit the one you like meaning find it first.

要编辑您喜欢的内容,请先找到它。

This plugin will help you showing the post/page name with a link to view or edit that post or page.

该插件将帮助您显示帖子/页面名称以及链接,以查看或编辑该帖子或页面。

For the widget case, it will tell you whether the current form is used in the widget or not.

对于小部件情况,它将告诉您是否在小部件中使用了当前表单。

2. This is quite useful in this condition.

2.在这种情况下,这很有用。

Lets say you are a developer and you’ve come across the site where there are multiple contact forms.

假设您是一名开发人员,并且遇到了多个联系表格的网站。

You might have to clean it up.

您可能需要清理它。

This plugin will help you find and know if the contact form is used or not, meaning you are on your own far from the fear of mistakenly deleting the used one forms.

此插件将帮助您查找并知道是否使用了联系表单,这意味着您自己就不必担心会误删除已使用的一种表单。

By default this plugin only supports the search in default post types (post/page).

默认情况下,此插件仅支持搜索默认帖子类型(帖子/页面)。

But you can extend the search in custom post types of your own further by using a quick filter hook like below:

但是,您可以使用如下所示的快速过滤器挂钩进一步扩展自定义帖子类型的搜索范围:

function extend_posttype_support ( $support ) {    

  function extend_posttype_support($ support){    

return array( 'book', 'movie' );

return array('book','movie');

}

}

add_filter( 'wpcf7sp_support_posttypes', 'extend_posttype_support' );

add_filter('wpcf7sp_support_posttypes','extend_posttype_support');

Usages

用法

Backend

后端

1.

  1。

After installing the plugin, you will find a CF7 Show pages menu under each contact form edit page.

安装插件后,您将在每个联系表单编辑页面下找到一个CF7显示页面菜单。

2. No settings, just view where the form is used.

2.没有设置,仅查看使用表单的位置。

It wil list the name of post, pages in the table with a link to view and edit.

它会列出帖子的名称,表格中的页面以及用于查看和编辑的链接。

3. For other custom post types, filter is provided.

Notes

3.对于其他自定义帖子类型,提供了过滤器。

注释

1.

1。

Contact Form 7 must be activated.

联系表7 必须激活。

安装步骤

    1. In your admin panel, go to Appearance > Plugins and click the Add New button.
    2. 在管理面板中,转到外观>插件,然后单击添加新按钮。

    3. Click Upload Theme and Choose File, then select the theme’s .zip file.

    4. 点击上传主题并选择文件,然后选择主题的.zip文件。

      Click Install Now.

    5. 单击立即安装。

    6. Click Activate to use your new theme right away.
    7. 单击“激活”立即使用您的新主题。

下载地址
https://downloads.wordpress.org/plugin/cf7-show-page.1.0.3.zip
-EOF-

AI助手支持GPT4.0