[wordpress插件] Access Demo Importer访问演示导入器

wordpress 插件 文章 2020-01-25 04:40 583 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

This plugin will import demo contents for the active theme which are configured with this plugin.

此插件将导入使用此插件配置的活动主题的演示内容。

By default the plugin will fetch the configuration files stored on our server.

默认情况下,插件将获取存储在我们服务器上的配置文件。

If you want to configure your own theme with the plugin, you just need to point to your config.json file and pass it to the filter

如果要使用插件配置自己的主题,则只需指向config.json文件并将其传递给过滤器

adi_git_config_location

adi_git_config_location

Example:

示例:

If your URL to config.json is ‘https://example.com/theme-demos/config.json’

如果您指向config.json的URL是“ https://example.com/theme-demos/config.json”

You will have to pass this to the filter ‘adi_git_config_location’ like

您必须将其传递给过滤器“ adi_git_config_location”,例如

add_filter('adi_git_config_location', 'git_url_config' );

add_filter('adi_git_config_location','git_url_config');

function git_url_config(){    

函数git_url_config(){    

$git_url = 'https://example.com/theme-demos/config.json';    

$ git_url ='https://example.com/theme-demos/config.json';    

return $git_url;

返回$ git_url;

}

}

Support

支持

安装步骤

    1. Upload access-demo-importer folder to the /wp-content/plugins/ directory
    2. access-demo-importer 文件夹上载到 / wp-content / plugins / 目录

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

    5. After activating plugin go to Appearance >> Install Demos
    6. 激活插件后,转到外观>>安装演示

    7. Enjoy !!!
    8. 享受!!!

    Available Languages

    可用语言

      • English
      • 英语

      Features

      功能

        • Import all the contents of theme’s demo.
        • 导入主题演示的所有内容。

        • Import all widgets data.
        • 导入所有小部件数据。

        • Import all menu, customizer settings and other themes settings.
        • 导入所有菜单,定制器设置和其他主题设置。

        • Import posts, pages, images, categories, custom post.
        • 导入帖子,页面,图像,类别,自定义帖子。

        Some Useful Links

        一些有用的链接

          • Support Forum Link: http://accesspressthemes.com/support/
          • 支持论坛链接:http://accesspressthemes.com/support/

          • Website Link: http://accesspressthemes.com/
          • 网站链接:http://accesspressthemes.com/

          • Youtube channel link: https://www.youtube.com/watch?v=TjZNcVG3fDE
          • Youtube频道链接:https://www.youtube.com/watch?v=TjZNcVG3fDE

          • Facebook link: https://www.facebook.com/AccessPressThemes
          • Facebook链接:https://www.facebook.com/AccessPressThemes

下载地址

https://downloads.wordpress.org/plugin/access-demo-importer.1.0.2.zip

https://downloads.wordpress.org/plugin/access-demo-importer.1.0.2.zip

-EOF-

AI助手支持GPT4.0