This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

AP Theme Utility Plugin

Description

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.

Screenshots

  • Backend Demo Installation Option.

Installation

  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;
?&gt;

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

FAQ

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.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“AP Theme Utility Plugin” is open source software. The following people have contributed to this plugin.

Contributors

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