我是wordpress的新手。我的任务是显示最后 3 个帖子,但不是以通常的方式。帖子 div 将有不同的大小。这是我的html代码。
<div class="latest-posts">
<div class="latest-posts-news-left">NEWS</div>
<div class="latest-posts-news-right">
<div class="l">
<div class="latest-posts-news-first">first post</div>
<div class="latest-posts-news-second">second post</div>
</div>
<div class="r">
<div class="latest-posts-news-third">third post</div>
</div>
</div>
</div>
这是向您展示其外观的图像http://img607.imageshack.us/img607/5194/1n3u.png
所以左边有两个div,右边有一个更长的div。
我应该如何循环这种情况?如果您能给我一个工作示例,我将不胜感激,因为我正在寻找答案,但没有找到。
非常感谢!