【问题标题】:How can i get the post thumbnail image src attribute?如何获取帖子缩略图图像 src 属性?
【发布时间】:2017-02-07 00:37:54
【问题描述】:

如何获取帖子缩略图的 src 属性? 我只想要 src 属性,而不是完整的图像标签。

the_post_thumbnail(); //give the full image code 

我该怎么做??

【问题讨论】:

    标签: wordpress wordpress-theming


    【解决方案1】:

    试试这个:

    get_the_post_thumbnail_url( $post,'post-thumbnail' );
    

    用您想要的图像尺寸交换“后缩略图”。使用

    get_the_post_thumbnail_url( $post,'full' );
    

    如果您想要完整尺寸的图像。让我知道这是否有帮助。

    【讨论】:

      猜你喜欢
      • 2016-04-06
      • 1970-01-01
      • 1970-01-01
      • 2014-03-12
      • 2015-12-03
      • 2021-10-30
      • 2021-12-21
      • 2016-04-20
      • 1970-01-01
      相关资源
      最近更新 更多