<img src="<?php echo get_bloginfo ( 'stylesheet_directory' );?>/images/date.png" />
wordpress 一般是用上面的函数来得到图片地址的,我看typecho有几个类似函数:
<!-- 使用url函数转换相关路径 -->
<link rel="stylesheet" href="<?php $this->options->adminUrl('css/normalize.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->adminUrl('css/grid.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('style.css'); ?>">
不过我还不知道怎么引导图片地址,希望帮忙。
我就参考style.css 的方式(问题所有)得到了图片的地址。是因为第一次弄typecho,不知道还有没有其他方式。。。