【发布时间】:2021-03-22 16:11:40
【问题描述】:
实际上,我在 wordpress 5.7 中有一个个性化的主题,在 localhost 中就可以了。但是我正在使用插件“备份迁移”将我在 locahost 中的所有更改上传到我的主机...但是现在,我正在恢复一个备份并且我所有的 imgs 都坏了...
在我的他们中我有这个:
<img src=<?php echo get_template_directory_uri()."/images/basic/flag1.png" ?>
例如,但在我的网络浏览器控制台(但在主机中)我有这个....
<img src="http://www.suenosyglamour.com" wp-content="" themes="" suenosyglamour="" images="" basic="" flag1.png="" id="logo" alt="">
我不明白在一切正常后返回此网址的问题是什么。
感谢您的帮助
【问题讨论】:
标签: php wordpress wordpress-theming custom-wordpress-pages