简体   繁体   English

WordPress发布后同步/发布到生产

[英]Wordpress post sync / publish to production

I'm using wordpress as a simple backend CMS for a flash site. 我将wordpress用作Flash网站的简单后端CMS。 Posts are queried and displayed in list format on the frontend. 帖子被查询并以列表格式显示在前端。 I want to be able to make post edits or add new posts on my staging server, and have a quick and easy way to publish changes to production without having to do a full mysql db dump / import. 我希望能够在我的登台服务器上进行帖子编辑或添加新帖子,并有一种快速简便的方法来发布对生产的更改,而无需执行完整的mysql db dump / import。 I've looked around for plugins or solutions but haven't found any. 我到处寻找插件或解决方案,但没有找到。 Seems like wordpress needs a "publish to production" option. 似乎wordpress需要“发布到生产”选项。

The intended workflow is that users can create or edit content as much as they want, then an editor will go through it and approve content. 预期的工作流程是用户可以根据需要创建或编辑内容,然后编辑者将对其进行审核并批准内容。 Once everything looks good on staging, we publish to production. 一旦一切看起来不错,我们就发布到生产中。 Any ideas? 有任何想法吗?

Wordpress中的某些线程可能与您有关,因为它涉及从暂存到生产以及相对和绝对路径的使用等。

WordPress does have a preview button that should allow you to see the WP content without actually publishing. WordPress确实有一个预览按钮,该按钮应允许您查看WP内容而无需实际发布。 If you must see it in the flash site, I think your best bet will be to setup your flash site with XML-PRC. 如果您必须在Flash网站中看到它,我认为最好的选择是使用XML-PRC设置Flash网站。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM