File: //var/www/mussarq_bak2/wp-content/themes/wpnull24/config/demo-import.php
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' );
/**
* Theme's demo-import settings
*
* @filter us_config_demo-import
*/
return array(
'main' => array(
'title' => 'Main Demo',
'preview_url' => 'http://impreza.us-themes.com/',
'front_page' => 'home',
'content' => array(
'pages',
'posts',
'portfolio_items',
'testimonials',
'grid_layouts',
'page_blocks',
'products',
),
'sliders' => array(
'slider-home.zip',
),
),
'onepage' => array(
'title' => 'One Page Demo',
'preview_url' => 'http://impreza2.us-themes.com/',
'front_page' => 'home',
'content' => array(
'pages',
'posts',
'portfolio_items',
'testimonials',
'grid_layouts',
'page_blocks',
),
),
'creative' => array(
'title' => 'Creative Agency Demo',
'preview_url' => 'http://impreza3.us-themes.com/',
'front_page' => 'home',
'content' => array(
'pages',
'posts',
'portfolio_items',
'testimonials',
'grid_layouts',
'page_blocks',
),
'sliders' => array(
'slider-main.zip',
),
),
'portfolio' => array(
'title' => 'Portfolio Demo',
'preview_url' => 'http://impreza4.us-themes.com/',
'front_page' => 'portfolio',
'content' => array(
'pages',
'posts',
'portfolio_items',
'grid_layouts',
'page_blocks',
),
'sliders' => array(
'slider-portfolio-1.zip',
'slider-portfolio-2.zip',
'slider-portfolio-3.zip',
'slider-portfolio-4.zip',
),
),
'blog' => array(
'title' => 'Blog Demo',
'preview_url' => 'http://impreza5.us-themes.com/',
'front_page' => 'home-1-titles-over-images',
'content' => array(
'pages',
'posts',
'grid_layouts',
'page_blocks',
),
),
'restaurant' => array(
'title' => 'Restaurant Demo',
'preview_url' => 'http://impreza6.us-themes.com/',
'front_page' => 'home',
'content' => array(
'pages',
'posts',
'testimonials',
'grid_layouts',
'page_blocks',
),
'sliders' => array(
'slider-home.zip',
),
),
'photography' => array(
'title' => 'Photography Demo',
'preview_url' => 'http://impreza7.us-themes.com/',
'front_page' => 'portrait-series',
'content' => array(
'pages',
'portfolio_items',
'grid_layouts',
'page_blocks',
),
'sliders' => array(
'slider-portfolio-carousel.zip',
),
),
'mobile-app' => array(
'title' => 'Mobile App Demo',
'preview_url' => 'http://impreza8.us-themes.com/',
'front_page' => 'variant-1',
'content' => array(
'pages',
'testimonials',
'grid_layouts',
),
),
'mini-shop' => array(
'title' => 'Minimalist Shop Demo',
'preview_url' => 'http://impreza9.us-themes.com/',
'front_page' => 'shop-1',
'content' => array(
'pages',
'grid_layouts',
'page_blocks',
'products',
),
),
);