你就不能给那个链接上课吗?为什么要触摸模板文件<无论如何,我看不出你有什么理由不能那样做。。。css应该可以工作。。
编辑模板文件时,我所做的唯一更改是使用php获取文件夹url(图像所在位置),如下所示:
<style type="text/css">
.specialLink a {
width: 90%;
font-family: Helvetica, Arial, sans-serif;
background: #0e710d url("<?php get_bloginfo(\'url\'); ?>/wp-content/uploads/2012/03/image.png") repeat-x 0 0;
font-size: 1.6em;
}
</style>
<p class="specialLink"><a href="http://mysite.com/wp-signup.php">Click here »</a></p>
Again... i reccomend you use your style.css to load that css and not in
template files.. if you need it just for a specific page say so... i have
a better solution for that.
希望这有帮助,萨吉夫。