主机评测网,专注vps、独立服务器等主机评测
最专业的主机评测网站

为wordpress文章作者评论消息显示“文本作者”提示(WordPress不能评论)

为wordpress文章作者评论消息显示“文本作者”提示(WordPress不能评论)

为wordpress文章作者评论消息显示“文本作者”提示(WordPress不能评论)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不能评论) https://vps.caogenba.com.com/86139.html

赞(0) 打赏
未经允许不得转载:主机测评 » 为wordpress文章作者评论消息显示“文本作者”提示(WordPress不能评论)

评论 抢沙发

登录

找回密码

注册