为了账号安全,请及时绑定邮箱和手机立即绑定

URL 在内联 CSS 中使用时采用自动间距

URL 在内联 CSS 中使用时采用自动间距

PHP
Smart猫小萌 2021-10-08 21:29:33
我遇到了一个问题。我在内联 CSS 中使用了 wp get_the_post_thumbnail_url(),但它无法正常工作。URL 通过删除的斜杠占用空格。if ( has_post_thumbnail() ) {                             $startnext_features_box_markup .='                            <div class="single-repair-services" style="background-image: url("'.get_the_post_thumbnail_url().'");">';结果显示
查看完整描述

1 回答

?
蛊毒传说

TA贡献1895条经验 获得超3个赞

试试这个编辑过的代码


if ( has_post_thumbnail() ) { 

    $image = get_the_post_thumbnail_url();


    $startnext_features_box_markup .='

    <div class="single-repair-services" style="background-image: url(\''.$image.'\');">';


查看完整回答
反对 回复 2021-10-08
  • 1 回答
  • 0 关注
  • 156 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信