Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #680312

    Hello, i have 2 domains with enfold theme. 1 in spanish and 1 in english . So i would like to copy the new pages or posts from one domain to another. copy and keep the design and structure a particular page that I want to copy and later paste into the different domain. I don’t find a plugin for that or how to copy maybe the code of the page. It is possible to do that ?

    Thanks

    #680384

    Hey,

    Activate Debug Mode by adding this code to your theme functions.php:

    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug() {
    	return "debug";
    }

    That will create a box below ALB where you’ll find all the generated shortcodes, you can copy/paste content there.

    Best regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.