【发布时间】:2014-11-02 17:46:23
【问题描述】:
我在 Wordpress 上使用 Casper 主题。它在整个网站上显示标题图像,但是我希望它在查看帖子时显示特色图像。
我在 header.php 中找到了下面的代码
<header id="masthead" role="banner" class="site-head site-header" <?php if(get_header_image() ) : ?>style="background-image: url(<?php header_image(); ?>);"<?php endif ?>>
任何帮助将不胜感激。
谢谢
【问题讨论】:
标签: php wordpress image replace themes