0

我在word press的页面中使用图像。当我从我的系统上传获得本地主机ID的图像时。如果我迁移到该URL丢失的服务器。所以我想在 word press 中获取动态根 URL 以应用于图像 src。

4

1 回答 1

0

bloginfo( 'template_url' )在将图像添加到主题时应该使用:

<img src="<?php bloginfo( 'template_url' ) ?>/images/your-image.png" />
于 2013-03-19T09:02:22.077 回答