连接到%2数据库的WordPress

时间:2019-08-22 作者:juan

Wordpress是否可能在两个数据库中工作?

我希望A网发布的帖子能反映在B网上

Web A只会影响表中的信息

wp_postmeta
wp_posts
我研究的是使用$wpdb有什么方法可以做到这一点吗?我不知道从哪里开始

我会接受你的帮助

1 个回复
SO网友:CRavon

为什么不尝试将2个wordpress连接到同一个数据库?在网站B上,您可以严重限制用户的能力。这样,它将只是一面镜子。

另一种方法是使用网站A中的rest API为网站B中的内容提供支持。查看API文档:https://developer.wordpress.org/rest-api/

相关推荐

Run a function on all posts

我有一个函数,我计算标题中的字母,并将其相加_product_meta_title key, 当我添加新产品时,一切正常,但我有500个产品没有此密钥。所以我需要在所有帖子上运行我的函数一次。function save_post_title_length_meta( $post_id, $post, $update ) { /* * In production code, $slug should be set only once in the plugin, * p