Linux 软件免费装
Banner图

AP Theme Utility Plugin

开发者 Access Keys
更新时间 2019年3月22日 11:44
捐献地址: 去捐款
PHP版本: 4.0 及以上
WordPress版本: 5.1.1
版权: GPLv2 or later
版权网址: 版权信息

标签

content widgets import demo theme options customizer options

下载

1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5

详情介绍:

Support Tested with WordPress 5.1.1 Instant Demo Importer is a Free WordPress plugin to import the demo contents, widgets, theme settings and customizer settings with one click in your website! You just need to create a new instance for the plugin class somewhere in your theme and define the path for the demo content, widgets, theme option settings and customizer settings and the path for the demo folder location.

安装:

  1. Upload instant-demo-imporder folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Create an object instance for the APTU_Class class within your theme file.
  4. Place <?php do_action('APTU_Class'); ?> in your templates this will provide you with the default demo for the ScrollMe theme by AccessPress to install.
  5. You may replace these default demo by adding your own demo content files to the theme folder and setting the demo file path location to the APTU_Class object. for e.g. `<?php if(class_exists('APTU_Class')) :
$demos = array( 'test-demo' => array( 'title' => __('Test Demo', 'parallaxsome-pro'), 'name' => 'test-demo', 'screenshot' => get_template_directory_uri().'/path/to/test-demo/screen.png', 'home_page' => 'front-page', 'menus' => array( 'Main Menu' => 'primary', 'Footer Menu' => 'footer-menu', ) ), ); $demoimporter = new APTU_Class( $demos, $demo_dir='path\to\demo\directory' ); endif; ?>` Available Languages Features Some Useful Links

屏幕截图:

  • Backend Demo Installation Option.

升级注意事项:

There is an update available for the AP Theme Utility plugin .Please update to recieve new updates and bug fixes.

常见问题:

What does this plugin do?

This plugin provides the ability to to import the demo contents, widgets, theme option settings and customizer settings in your site. = Is this plugin compatible with all AccessPress Themes ? Yes, this plugin is compatible with all the free version of Accesspress themes. = How do I use the AP Theme Utility? View Documentation for all the information you need on configuring the AP Theme Utility in your theme.

更新日志:

1.0.5 1.0.4 1.0.3 1.0.2 1.0.0