Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #320571

    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

    #320861

    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

    #321193

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Export Pages to another installation’ is closed to new replies.