Skip to main content

Posts

Showing posts from January, 2019

SiteOrigin / PageBuilder and Wordpress: Copy Pages

I recently found myself in need of being able to copy a PageBuilder Wordpress page to another site in my Wordpress site network (happens in multilanguage networks...). Normally I would simply expect to switch to "code view", copy code, create new page in other site, paste code. Unfortunately, PageBuilder does not provide a "code view". Here's how I still managed to not have to recreate the layout in the new site myself: Prerequisites: You need SQL access (PHPmyAdmin or whatever floats your boat) Note: I am still working on Wordpress 4.7.12, not tested on any more recent versions.  1) Save and close original page. 2) Switch to destination network site 3) Create page (name it), leave it empty, close it. 4) Open your mySQL administration console. 5) Find table wp_posts (prefix might be different depending on your setup) 6) Browse to your original post entry. There might be several versions if you use versioning, go to the most recent one (duh). Open / ed