在Wordpress中添加缩略图属性?

时间:2014-02-17 21:25:33

标签: php html wordpress image

我正在尝试在我的wordpress网站上应用一个名为Adaptive Backgrounds http://briangonzalez.github.io/jquery.adaptive-backgrounds.js/的jQuery插件。

我想将它用于我的帖子缩略图。自述文件说:

  

脚本使用data-adaptive-background查找图像   属性:

     

html <img src="/image.jpg" data-adaptive-background='1'>

我的问题是:如何将此属性添加到我的帖子缩略图,以及我的帖子缩略图?

1 个答案:

答案 0 :(得分:0)

这应该可以解决问题,只需将“大”更改为调用缩略图即可。

the_post_thumbnail( 'large', array( 'data-adaptive-background' => 1 ) ); 

http://codex.wordpress.org/Function_Reference/the_post_thumbnail