Hi everyone,
I’m hoping someone here might be able to help. I haven’t been able to find any solid resources online about this specific issue.
I work for a marketing agency and need to generate hundreds that follow the same layout. When using standard WordPress pages, this is fairly straightforward. I can programmatically set the page content without any issues.
However, the problem arises when those pages are built and editable via Elementor. I’m struggling to programmatically update the content of custom Elementor pages.
Here’s what I need to do (screenshot attached):
Processing: image.png…
- Update a Heading
- Update a Text Editor block
- Update a Button
My ideal approach would be:
- Create a reusable Elementor page with placeholders or unique IDs for each editable element. I could clone this as many times as needed and access them by the page ID.
- Use AI-generated content to rewrite the copy dynamically.
- Use Make to update the Elementor-based WordPress page content programmatically.
So my main question is:
Is there a way to reliably identify and replace content in specific Elementor widgets?
Can I assign IDs or use some sort of tagging system in Elementor to target the content I want to update?
Any advice, strategies, or plugins that could help with this workflow would be greatly appreciated!
Thanks in advance,