admin管理员组文章数量:1427496
I have two sites running WordPress 4.9.8
On one site I can see "Store uploads in this folder" option on in Media Settings
On another site I cannot see "Store uploads in this folder" option in Media Settings
I am admin on both sites. Why it happens? How to make it visible on both sites? Thank you
I have two sites running WordPress 4.9.8
On one site I can see "Store uploads in this folder" option on in Media Settings
On another site I cannot see "Store uploads in this folder" option in Media Settings
I am admin on both sites. Why it happens? How to make it visible on both sites? Thank you
Share Improve this question asked Dec 8, 2018 at 12:22 Boris ZinchenkoBoris Zinchenko 1231 silver badge5 bronze badges3 Answers
Reset to default 3While the other answers cover part of the answer (old WP install), it is important to note: The options appear, if one of the options is set. They are stored via the keys upload_path
and upload_url_path
.
Before:
Run (or add directly in the DB)
$ wp option set upload_path foo
$ wp option set upload_url_path bar
After:
As has been mentioned, these options are deprecated and shouldn't be used anymore.
IIRC the option was softly deprecated sometime in the past, but if you have an old install it will still be indicated that it should be displayed and let the user edit it.
The second site is probably newer
(answering the question literally, if you need to be able to change it and can not find the relevant option, just say so in the comments)
I think that the second site is running on a newer WordPress version, rather than 4.9.8. That's why, you are not seeing the "Store uploads in this folder" option in Media Settings. However, you are seeing it in the first site, as it is running on 4.9.8.
本文标签: Why quotStore uploads in this folderquot option is not showing in Media Settings in WordPress
版权声明:本文标题:Why "Store uploads in this folder" option is not showing in Media Settings in WordPress 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745502140a2661080.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论