主机参考:VPS测评参考推荐/专注分享VPS服务器优惠信息!若您是商家可以在本站进行投稿,查看详情!此外我们还提供软文收录、PayPal代付、广告赞助等服务,查看详情! |
我们发布的部分优惠活动文章可能存在时效性,购买时建议在本站搜索商家名称可查看相关文章充分了解该商家!若非中文页面可使用Edge浏览器同步翻译!PayPal代付/收录合作 |
WordPress当WordPress文章作者在自己的文章中回复读者的评论消息时,会在名字后显示“文字作者”的提示,让读者清楚地知道作者亲自回复他的消息是否有点鸡冻。
多作者博客网站和单作者博客最好使用网上盛传的“管理员”提示。
首先,在当前主题函数模板functions.php中添加以下判断文章作者的代码:
//判断文章作者functionzm _ comment _ by _ post _ author($ comment = null){ if(is _ object($ comment)& & amp;$ comment -& gt;user _ id & gt0){ $ user = get _ user data($ comment -& gt;user _ id);$ post = get _ post($ comment -& gt;comment _ post _ ID);如果(!empty($ user)& amp;& amp!empty($ post)){ return $ comment -& gt;user _ id = = = $ post -& gt;post _作者;} }返回false}只需在主题评论模板中的显示评论者名称代码后面添加显示调用代码即可。
& lt?PHP $ post _ author = zm _ comment _ by _ post _ author($ comment);if($ post _ author){ echo ' & lt;span class="post-author " >作者;} ?& gt不同的话题评论模板代码不一样,只能研究往哪里添加。
显示管理员和作者的调用方法:
& lt?PHP if($ comment -& gt;comment _ author _ email = = get _ option(' admin _ email '){ echo ' & lt;span class="author-admin " >“博客作者”;} else { $ post _ author = zm _ comment _ by _ post _ author($ comment);if($ post _ author){ echo ' & lt;span class="post-author " >作者;} } ?& gt判断作者代码取自WordPress默认主题Twenty Twenty。虽然默认主题从外面看起来很简单,但是它真的很强大,有很多值得挖掘的东西。
这几篇文章你可能也喜欢:
- 如何清除WordPress缓存?(WordPress消耗内存)
- 如果将图像上传到 WordPress 网站时出现 HTTP 错误,我该怎么办?
- 如何解决WordPress媒体库图片加载错误(WordPress媒体库文件路径)
- 如果您的WordPress站点无法更新怎么办(如何设置WordPress站点地址)
- 如何防止独立WordPress外贸网站被搜索引擎索引
本文由主机参考刊发,转载请注明:为wordpress文章作者评论消息显示“文本作者”提示(WordPress不能评论) https://zhujicankao.com/86139.html
评论前必须登录!
注册