【发布时间】:2016-09-08 18:19:36
【问题描述】:
这是我试图通过 wp_query 实现的模式。 这将适用于相同的帖子类型。是否可以使用 wp_query 这样做?
谢谢!
<div>
<div>1st post from featured</div>
<div>1st post not from featured</div>
<div>2nd post from featured</div>
<div>3rd post from featured</div>
<div>2nd post not from featured</div>
<div>3rd post not from featured</div>
..and then the same pattern start again with the rest of the posts
<div>4th post from featured</div>
<div>4th post not from featured</div>
<div>5th post from featured</div>
<div>6th post from featured</div>
<div>5th post not from featured</div>
<div>6th post not from featured</div>
..until there's no more post
</div>
【问题讨论】: