我已经尝试了一些适用于WordPress的代码, 但无法正常工作。请分享有关不使用这些代码的任何想法。
background-image: url('<?php bloginfo('template_directory'); ?>/img/bg-showcase-2.jpg');
background-image: url('<?php bloginfo('template_url'); ?>/img/bg-showcase-2.jpg');
#1
它应该是
background-image: url('img/bg-showcase-2.jpg');
#2
background-image需要设置width和height属性。
例子:
div {
background-image:url('/img/bg-show-case-2.jpg');
width:300px;
height:300px;
}
来源:
https://www.srcmini02.com/62574.html
微信公众号
手机浏览(小程序)
Warning: get_headers(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in
/mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line
57
Warning: get_headers(): Failed to enable crypto in
/mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line
57
Warning: get_headers(https://static.shanhubei.com/qrcode/qrcode_viewid_42227.jpg): failed to open stream: operation failed in
/mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line
57