我有一个WordPress博客,我将主页设置为显示按日期排序的文章列表(WordPress默认值),每页10个(该值可能会发生变化,因此将Y作为每页的帖子)。 / p>
当时我有3位作者(将来会有更多作者,因此将X作为作者编号。)
是否有任何简便的方法来替换每个作者的帖子,以获得类似这样的信息:
Post author A
Post author B
Post author C
Post author A
Post author B
Post author C
Post author A
Post author C (author B ended its posts)
Post author A
Post author A (author C ended its posts)
如果可能的话,我需要将每页的帖子和作者编号作为动态值传递给您的解决方案。