在本地编辑 WordPress 网站?
好的,我正在帮助一位朋友建设他的网站(他用 WordPress 设计的)。我不喜欢只在实时网站上工作的想法,所以我将其复制到我的 Mac 上的本地服务器上。这是我在编辑方面遇到的问题。
- 通过 SQL (SequelPro) 进行编辑,即使我对 html 进行了非常微小的更改(人们会在 Wordpress 端看到),也会使网站恢复原状。
- 即使我尝试去本地站点管理员,它也会导致直播。对此有什么想法吗?本地站点/wp-admin ....
Okay, so I'm helping a friend out with his site (that he designed in wordpress). I don't like the idea of working solely on a live site, so I copied it down to my local server on my mac. Here's the issues I'm having in terms of editing it.
- Editing via SQL (SequelPro), throws the site back to nothing, even if I make a VERY slight change in the html that one would see on the Wordpress end.
- Even if I try to go to the local site admin, it leads to the live. Any ideas on this? localsite/wp-admin ....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
“什么都没有”是什么意思?您需要提供有关要添加的 HTML 以及添加位置的更多详细信息。
当您将 WordPress 站点移动到另一个域/位置(无论是本地域还是其他域)时,您需要对 MySQL 导出的文件进行查找替换,以将 livesite.com 替换为 localsite.dev,否则 Wordpress 将继续链接到 当您将WordPress
What do you mean, "throws back to nothing"? You'll need to provide a bit more detail on what HTML you're adding, and where you're adding it.
When you move a Wordpress site to another domain/location whether they be local or otherwise, you need to do a find replace on the MySQL exported file to replace livesite.com with localsite.dev, otherwise Wordpress will keep linking to the livesite.com.
您可以编辑 wp-config.php 文件以覆盖数据库中的站点 URL 设置。
这将允许您在本地访问该网站。
You can edit the wp-config.php file to override the site url settings that are in the database.
This will allow you to access the site locally.