How to enable One Click Demo Install for WordPress Theme
Add this below code to your theme functions.php file
/**
* 19. One click Demo Installation
*/
require get_template_directory() .'/radium-one-click-demo-install/init.php';
Then Add the folder "radium-one-click-demo-install" to your theme. You can get "the radium-one-click-demo-install" from here.
/**
* 19. One click Demo Installation
*/
require get_template_directory() .'/radium-one-click-demo-install/init.php';
Then Add the folder "radium-one-click-demo-install" to your theme. You can get "the radium-one-click-demo-install" from here.