[wordpress插件] Book Doctor Appointments – iCliniq预约医生预约– iCliniq

wordpress 插件 文章 2020-03-08 20:20 464 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

This plugin uses https://www.icliniq.com ‘s doctor search API to list doctors in your website.

此插件使用https://www.icliniq.com的医生搜索API在您的网站上列出医生。

Users can book doctor appointments directly from your website.

用户可以直接从您的网站预订医生预约。

The plugin is very flexible and you can configure location and speciality for the doctors to be listed on your website.

该插件非常灵活灵活,您可以配置要在网站上列出的医生的位置和专业。

To display the doctor listing anywhere in the code, the following method should be used

要在代码中的任何位置显示医生列表,应使用以下方法

  <?php display_search_result_body($ page,$ results_per_page){?>

where $page and $results_per_page are:

其中$ page和$ results_per_page为:

    • $page – page number of the search result;

    • $ page –搜索结果的页码;

      put 1 for the first page

    • 第一页放1

    • $results_per_page – number of listing per page
    • $ results_per_page –每页列出的数量

    e.g:

    例如: <?php display_search_result_body(1,10);

    ?>

    ?>

    Find out more at http://icliniq.com/pages/display/page/wordpress-plugin

    有关更多信息,请访问http://icliniq.com/pages/display/page/wordpress-plugin

安装步骤

This section describes how to install the plugin and get it working.

本节介绍如何安装插件并使其正常工作。

    1. Upload the folder book-doctor-appointments-icliniq to the /wp-content/plugins/ directory.
    2. 将文件夹 book-doctor-appointments-icliniq 上载到 / wp-content / plugins / 目录。

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

    5. Go to the Settings Options and configure it.
    6. 转到“设置选项”并进行配置。

    Find out more at http://icliniq.com/pages/display/page/wordpress-plugin

    有关更多信息,请访问http://icliniq.com/pages/display/page/wordpress-plugin

下载地址
https://downloads.wordpress.org/plugin/book-doctor-appointments-icliniq.zip
-EOF-

AI助手支持GPT4.0