Hi everyone,
its not really an “Enfold” question… sorry. We have two installations with the enfold theme. And we have to copy some pages from one to the other. As we have more than 200 Pages and need to export 50 Pages I am wondering if the themes offers some possibility to do that. If not, I will use the wordpress export and delete all pages I don’t need.
Thanks a lot for your help.
Sophie
Hey Sophieja23!
Thank you using Enfold.
Did you use the Advance Layout Builder for all those pages? You can switch the builder to debug mode to show the actual shortcodes below. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
You can now copy the shortcode and transfer it to another page.
Best regards,
Ismael
Hi Ismael,
thank you so much for your answer. I guess I will do it with the wordpress exporter. It seems a bit to complicated for me ;)
Best regards, Sophie