[wordpress插件] Ajax Content FilterAjax内容过滤器

wordpress 插件 文章 2020-02-13 13:20 561 0 全屏看文

AI助手支持GPT4.0

评分

60

60

描述

Now you can simply filter your content Using Ajax Post Content Filter.

现在,您可以简单地使用Ajax Post Content Filter过滤内容。

Ajax Post Content Filter allows you to filter your content with dropdown box.

Ajax Post Content Filter允许您使用下拉框过滤内容。

Just install the plugin, activate and open the ACF Posts located in the left side menu bar.

只需安装插件,激活并打开左侧菜单栏中的ACF帖子即可。

You need to add new ACF posts by filling up the post title and placing your content in the editor then publish it.

您需要通过填充帖子标题并将内容放置在编辑器中然后发布来添加新的ACF帖子。

Simply put the shortcode [ACF] in a page or post in admin or you can put the shortcode ajax_content_filter();

只需将简码[ACF]放在页面中或在admin中发布,或者您可以将简码ajax_content_filter();放进去。

in your template file .

在您的模板文件中。

You will got the simple dropdown box on your page at front side.

您会在页面的正面看到一个简单的下拉框。

Just select your post created in the plugin’s post and you’ll get the content of your particular post.

只需选择在插件的帖子中创建的帖子,即可获得特定帖子的内容。

Shortcode

简码

Our free plugin comes with short code support, so the following two short codes will get the same result.

我们的免费插件附带短代码支持,因此以下两个短代码将获得相同的结果。

Want a shortcode in wordpress admin ?

想要在WordPress管理员中输入简码吗?

Use the following shortcode.

使用以下简码。

[ACF]

[ACF]

and to use shortcode in a template file, Use this

并在模板文件中使用简码,请使用此

ajax_content_filter();

ajax_content_filter();

安装步骤

    1. Upload ‘Ajax Content Filter’ to the wordpress admin
    2. 将“ Ajax内容过滤器”上传到wordpress管理员

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

    5. Open ACF Posts and add new ACF posts
    6. 打开ACF帖子并添加新的ACF帖子

下载地址

https://downloads.wordpress.org/plugin/ajax-content-filter.zip

https://downloads.wordpress.org/plugin/ajax-content-filter.zip

-EOF-

AI助手支持GPT4.0