我有以下代码在#last-img
div中将最后一张图片包装在我的wordpress帖子中。
HTML
<?php
preg_match_all('/(<img [^>]*>)/', get_the_content(), $images);
for( $i=0; isset($images[1]) && $i < count($images[1]); $i++ ) {
if ($i == end(array_keys($images[1]))) {
echo sprintf('<div id="last-img">%s</div>', $images[1][$i]);
continue;
}
echo $images[1][$i];
}
?>
CSS
#last-img { ... }
我希望图片是#last-img
的背景,而不仅仅是在其中。
答案 0 :(得分:1)
我已经改变了你选择使用的模式,
和遍历整个数组的instand你可以在下面的代码中检测var中的最后一个数组:
me.settings.Loggedin = true
您可以随意使用“img src”。 GL。