【发布时间】:2011-12-14 23:21:17
【问题描述】:
我想在文本小部件中显示图像(存储在我自己的网站上)。
我在 wp-admin 界面的文本小部件中输入了以下代码:
<b>See on the map</b> <br> <i>Get Directions</i>
<IMG SRC="<?php
bloginfo('template_directory'); ?>/buon-appetitoDrottingatan.jpg"
ALT="Buon Appetito!" WIDTH=170 HEIGHT=130px>
<br>Drottingatan, 67 Stockholm, Tel: 08-11-22-33
但是图片没有显示。文本小部件的路径是什么?
提前致谢
【问题讨论】:
标签: image wordpress path widget