-
Jack Huang
Hi, team,
Just wondering what is the best way to copy a certain content (with design) from a certain page on one Starter Site, without importing the entire site?
Tried to copy html code with Browser developer tool, not working.
Thank you!
-
Alvind
Hi Jack,
Unfortunately, there is currently no native workflow for importing only a specific section from a Starter Site without importing the full site first.
Copying the markup directly from the browser DevTools will not work correctly because it only captures the rendered HTML output. The block configuration data, generated CSS, global styles, and other editor-related settings are stored separately and are not included in the copied markup.
The alternative workflow is to import the Starter Site into a local WordPress environment first using a tool such as LocalWP or a similar local development setup.
Once imported, open the page in the Block Editor, copy the desired block section directly from the editor, and then paste it into the target site.
- You must be logged in to reply to this topic.