Wordpress'Sobre'主题的麻烦?

时间:2018-05-13 00:24:23

标签: php wordpress themes background-image

我正在为朋友编辑一个购买的wordpress主题('Sobre'),并且我无法显示背景图片。在content-page.php上,代码为:

$bg_image = sobre_get_post_option($queried_object_id, 'page_heading_bg/url', $default_value = null);

我已更改/替换为:

$bg_image = sobre_get_post_option($queried_object_id, '<?php echo get_template_directory_uri(); ?>/wp-content/uploads/2018/05/img1.jpg', $default_value = null);

当我预览时,我会继续看到灰色背景。当我查看缺少代码行的源代码时。我可以尝试/做不同的事情吗?

0 个答案:

没有答案