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.
Will this only work with a Radium theme?
ReplyDeleteYou can use it with any wordpress theme
DeleteThis comment has been removed by the author.
ReplyDelete