Publishing
The publishing workflow moves content from draft to live on the website. Changes are automatically synced and the frontend is updated without manual intervention.
Publishing Workflow
Save Draft
Save your content at any time. Drafts are stored in WordPress and are not visible on the live site. You can continue editing and saving as many times as needed.
Preview
Use the Preview button to see how your content will look on the live site. Preview mode renders the page with your draft content in a temporary view.
Publish
When you are ready, click Publish. This triggers the Gateway to sync the content, run AI translations for all 6 locales, and notify the frontend to refresh the page.
Frontend Revalidation
The Next.js frontend automatically revalidates the affected page via ISR (Incremental Static Regeneration). Visitors see the updated content within seconds — no full site rebuild required.
Publishing is immediate. Once you click Publish, the content pipeline runs automatically — translation, sync, and revalidation happen without manual steps.
Unpublishing
To remove content from the live site, set the post status to Draft in WordPress. The Gateway will remove it from the frontend on the next sync cycle.