{"id":74452,"date":"2017-09-09T15:47:53","date_gmt":"2017-09-09T15:47:53","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/axle-demo-importer\/"},"modified":"2017-09-20T15:25:23","modified_gmt":"2017-09-20T15:25:23","slug":"axle-demo-importer","status":"closed","type":"plugin","link":"https:\/\/ug.wordpress.org\/plugins\/axle-demo-importer\/","author":15103392,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.3","stable_tag":"1.0.3","tested":"4.8.30","requires":"4.6","requires_php":"5.2","requires_plugins":"","header_name":"Axle Demo Importer","header_author":"Axle Themes","header_description":"Import demo content in a click.","assets_banners_color":"","last_updated":"2017-09-20 15:25:23","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/axlethemes.com","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/axle-demo-importer\/","header_author_uri":"https:\/\/axlethemes.com","rating":0,"author_block_rating":0,"active_installs":40,"downloads":4746,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>Axle Demo Importer<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2","1.0.3"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"Importer page"}},"plugin_section":[],"plugin_tags":[3258,6606],"plugin_category":[59],"plugin_contributors":[146157],"plugin_business_model":[],"class_list":["post-74452","plugin","type-plugin","status-closed","hentry","plugin_tags-demo","plugin_tags-importer","plugin_category-utilities-and-tools","plugin_contributors-axlethemes","plugin_committers-axlethemes"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/axle-demo-importer.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Import demo content in a click. You can import Customizer settings, widgets and contents easily. Upload zip file containing XML, WIE and DAT files and click Import button. Rest will be done by the plugin.<\/p>\n\n<!--section=installation-->\n<h4>Using The WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Search for <code>axle-demo-importer<\/code><\/li>\n<li>Click <code>Install Now<\/code><\/li>\n<li>Activate the plugin on the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Uploading in WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Navigate to the 'Upload' area<\/li>\n<li>Select <code>axle-demo-importer.zip<\/code> from your computer<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Using FTP<\/h4>\n\n<ol>\n<li>Download <code>axle-demo-importer.zip<\/code><\/li>\n<li>Extract the <code>axle-demo-importer<\/code> directory to your computer<\/li>\n<li>Upload the <code>axle-demo-importer<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><h4>Using The WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Search for <code>axle-demo-importer<\/code><\/li>\n<li>Click <code>Install Now<\/code><\/li>\n<li>Activate the plugin on the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Uploading in WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Navigate to the 'Upload' area<\/li>\n<li>Select <code>axle-demo-importer.zip<\/code> from your computer<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Using FTP<\/h4>\n\n<ol>\n<li>Download <code>axle-demo-importer.zip<\/code><\/li>\n<li>Extract the <code>axle-demo-importer<\/code> directory to your computer<\/li>\n<li>Upload the <code>axle-demo-importer<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol><\/dd>\n<dt>Where is importer page in admin?<\/dt>\n<dd><p>Go to <code>Appearance<\/code> -&gt; <code>Axle Demo Importer<\/code>.<\/p><\/dd>\n<dt>What files should be there in the zip file?<\/dt>\n<dd><p>Three files should be there in the zip: XML file (data), WIE file (widget) and DAT file (Customizer).<\/p><\/dd>\n<dt>What configuration options are available?<\/dt>\n<dd><p>In your theme you can declare support for the importer with available parameters.\n    <code>$importer_content = array(\n    'zip_file'          =&gt; get_template_directory() . '\/demo\/demo.zip', \/\/ Demo zip file full path.\n    'static_front_page' =&gt; true, \/\/ Whether to set static front page or not.\n    'static_page'       =&gt; 'front-page', \/\/ Slug of front page.\n    'posts_page'        =&gt; 'blog', \/\/ Slug of posts page.\n    'menu_locations'    =&gt; array(\n        'primary' =&gt; 'main-menu', \/\/ Key value pair of location and menu slug.\n        ),\n    );\nadd_theme_support( 'axle-demo-importer', $importer_content );<\/code><\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.3 - Sep 20 2017<\/h4>\n\n<ul>\n<li>Fix PHP notice<\/li>\n<li>Minor bug fixes<\/li>\n<\/ul>\n\n<h4>1.0.2 - Sep 15 2017<\/h4>\n\n<ul>\n<li>Support remote URL<\/li>\n<li>Minor bug fixes<\/li>\n<\/ul>\n\n<h4>1.0.1 - Sep 10 2017<\/h4>\n\n<ul>\n<li>Minor bug fixes<\/li>\n<\/ul>\n\n<h4>1.0.0 - Sep 9 2017<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Import demo content in a click.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/74452","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=74452"}],"author":[{"embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/axlethemes"}],"wp:attachment":[{"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=74452"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=74452"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=74452"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=74452"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=74452"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=74452"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}