
內容簡介
這個外掛可以透過 REST API 將單個文章或頁面推送至外部網站。
設置說明
在目標伺服器上生成 WordPress 應用程序使用者名稱和密碼。您可以按照 WordPress 的官方生成應用程序密碼說明進行操作。
在源伺服器上設置外掛並配置應用程序使用者名稱和密碼。
在編輯單個文章或頁面時,會出現“推送”按鈕,以將更改推送到伺服器。
想要看到外掛的運作情況?
沒有什麼可以看的!這是源伺服器與目標伺服器之間的透明 API 交互。
功能
完全將單個文章或頁面的所有內容從源伺服器(即演示)推送到目標伺服器(即正式環境)
如果頁面或文章不存在,它將創建它並複製路徑
如果頁面或文章存在,它將用源伺服器中的內容覆蓋原有內容。
外掛標籤
開發者團隊
原文外掛簡介
This is a plugin that pushes a single post or page to an external site via the REST API
Instructions for setup
Generate core WordPress application user & password on the destination server. You can follow the official WordPress instructions for generating an application password.
Setup plugin on your source server and configure application user & password
When editing a single post or page, a “Push” button will appear to push the changes to the server.
Want to see the plugin in action?
There isn’t anything to see! This is transparent API interactions from the source server to the destination server.
Features
Fully pushes all content of a single post or page from your source server (i.e. staging) to the destination server (i.e. production)
If the page or post doesnt exist, it will create it and clone the slug
If the page or post exists, it will overwrite the content with the source server.
