[wordpress插件] Autocomplete Post Search自动完成帖子搜索

wordpress 插件 文章 2020-02-25 04:10 504 0 全屏看文

AI助手支持GPT4.0

评分
80
描述

This plugin provides search form that will search any post with autocomplete functionility.

此插件提供了搜索表单,可以搜索具有自动完成功能的任何帖子。

Features

功能

    • Shortcode based
    • 基于短代码

    • Easy to use
    • 易于使用

安装步骤

    1. Upload the folder “autocomplete-post-search” to “/wp-content/plugins/”
    2. 将文件夹“ autocomplete-post-search”上传到“ / wp-content / plugins /”

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

    5. Go to Wp-admin-> Auto Post Search setting , here we can exclude post types from autocomplete post search.
    6. 转到Wp-admin->“自动帖子搜索”设置,此处我们可以从自动完成帖子搜索中排除帖子类型。

    7. use shortcode to call search from in page or post

      使用简码从页面或帖子中调用搜索

      [autocomplete-post-search]

      [自动完成后搜索]

    In PHP template use call shortcode using below function

    在PHP模板中,使用下面的函数调用短代码

      <?php do_shortcode('[autocomplete-post-search]'); 

    ?>

    ?>

下载地址
https://downloads.wordpress.org/plugin/autocomplete-post-search.zip
-EOF-

AI助手支持GPT4.0