我在这里要做的基本上是制作循环帖子的 div background-image 的背景。
伪代码如下所示:
if this.post has an img tag {
store the img tag's src into a var,
then use that img src var as the background-image of the div which holds the permalink to the post
}
这有意义吗?我在想我必须从 WPDB 中检索 src,但我真的不知道如何不仅从 WPDB 中获取该数据,而且将其放入一个 var 中,然后可以在 div 中使用背景图像...
我知道,这是一个相当高的要求,对我来说可能是一个很大的学习曲线。但这就是我们正确学习的方式!:)
提前谢谢大家。