我需要在打印友好的Wordpress功能中使用标题图像
在特定页面上,从以下代码调用图像,我需要更改select min(ID1) as ID1 , Team ,iif(sum(CAST(HasGender AS INT))>0,1,0) as HasGender , iif(sum(CAST(HasAge AS INT))>0,1,0) as HasAge ,iif(sum(CAST(HasHeight AS INT))>0,1,0) as HasHeight
以便我能够显示图像:
background-image
我可以使用什么代替<div class="hero" style="background-image: url('<?php echo $header_image_parent; ?>');">
?
非常感谢提前