使用来自一个 wp-contet/uploads 的图像在同一台服务器中安装两个 wordpress

Two wordpress installations in the same server using images from one wp-contet/uploads

我在一个共享主机中有两个 wordpress 网站,安装在 public_html 文件夹中的两个单独文件夹中。

1) public_html/abc

2) public_html/xyz

我可以使用来自 public_html/abc/wp-content/uploads 的图片吗 作为我在 public_html/xyz.

中网站的图片来源

我尝试这样做的原因是,我的主机管理员将帐户中允许的文件限制为 250000。而且我两个站点中的大多数图像都很常见。

您可以在 wp-config.php 文件中定义上传文件夹,更多信息请参见 'Moving uploads folder'

下的 https://codex.wordpress.org/Editing_wp-config.php