Beskrywing
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.
Installation
- Upload
instant-demo-imporder
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Create an object instance for the
APTU_Class
class within your theme file. - 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. - 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
- 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/
- Website Link: http://accesspressthemes.com/
- Youtube channel link: https://www.youtube.com/watch?v=TjZNcVG3fDE
- Facebook link: https://www.facebook.com/AccessPressThemes
Kwel-vrae
- 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.
Aanbevelings
There are no reviews for this plugin.
Contributors & Developers
“AP Theme Utility Plugin” is oopbron sagteware. Die volgende mense het bygedra tot die ontwikkeling van hierdie uitbreiding:
ContributorsTranslate “AP Theme Utility Plugin” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.5
- Added support for Smart Slider
1.0.4
- Added option to set blog page
1.0.3
- Added preview link option
1.0.2
- Added the option to configure the demo import settings.
1.0.0
- Plugin submitted to http://wordpress.org for review and approval