You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow a CMS editor user to view pages on the frontend from WordPress, both when viewing a published page and when viewing an unpublished draft page (preview).
Create preview URL for frontend (e.g. preview.domain.com) which serves same content but requires authentication
Create basic login page for preview URL which should then authenticate. Support two models: 1) CMS (WordPress), 2) stored credentials in .users file (or similar), do not commit to version control
WordPress API endpoint to return draft content when authenticated by API token
Preview functionality:
WordPress plugin to preview the current page, "Preview" button which does the following:
Saves draft content in WP
User visits preview domain URL
User logs into preview site (via WordPress)
Preview site requests draft content from WordPress API
Load Preview content into web page and display to user
The text was updated successfully, but these errors were encountered:
Allow a CMS editor user to view pages on the frontend from WordPress, both when viewing a published page and when viewing an unpublished draft page (preview).
Dependant on #63
Work
Basic functionality:
Prerequisites for preview functionality:
.users
file (or similar), do not commit to version controlPreview functionality:
The text was updated successfully, but these errors were encountered: