获取最新版本的作者

时间:2012-10-15 作者:SunnyRed

我想显示latest revision 从环内的一根柱子。

我试过了get_the_author(), 与用户名和$post->post_author(), 它返回user\\u id,但都返回原始的文章作者,而不是最新的修订者。

1 个回复
最合适的回答,由SO网友:ndm 整理而成

尝试the_modified_author()get_the_modified_author(), 这将为您提供上次修改帖子的用户的显示名称。

结束

相关推荐

Exclude Author by ID

如何从中排除按ID列出的作者:<?php //displays all users with their avatar and their posts (titles) $blogusers = get_users_of_blog(); if ($blogusers) { foreach ($blogusers as $bloguser) { echo \'<div class=\"content-slider-body\">\';&#