JerryJee

记录生活点滴.

wordpress主题中使用图片如何写路径

Posted on 二月 28th, 2011 by Jerry Jee

wordpress主题中使用图片如何写路径?

echo get_bloginfo(‘template_directory’);

这是当前模板的路径,你可以再后面添加,如:

<img src=”<?php echo get_bloginfo(‘template_directory’);?>/images/contact-us_sidebar.jpg”>

Popularity: 2%

3 Responses to “wordpress主题中使用图片如何写路径”

Leave a Response

You must be logged in to post a comment.