我尝试使用此代码在wordpress中显示图片,但图片未在我的帖子中显示
<article class="media">
<h2>About the venue</h2>
<img class="pull-left" src="images/hotels/contempo.jpg" alt="Hotel Contempo"/>
<p>All CAC speaking events located at 309 1st Avenue, in Downtown Seattle..</p>
</article>
这个代码是在wordpress中显示图像的正确方法吗?...我不想上传图像方法 如果不正确..我可以编写代码来显示这个图像吗?
答案 0 :(得分:0)
如果要显示静态图像,则需要为图像提供正确的url
。
src="/wp-content/themes/your-theme-name/images/hotels/contempo.jpg"