【问题标题】:How do I display authors on Wordpress Blog Posts?如何在 Wordpress 博客文章中显示作者?
【发布时间】:2017-03-28 14:47:03
【问题描述】:

我有一个运行 Wordpress 4.6.1 的自定义主题。我在网站上为我的博客设置了一个单独的子域,http://example.com/blog。我的博客文章都没有显示作者。

我尝试安装各种不同的插件,但主题似乎存在编码问题,无法在每篇文章中自动显示作者姓名。我的帖子显示日期和标题,但没有作者姓名。我需要使用什么代码来显示作者姓名?

【问题讨论】:

标签: html css wordpress


【解决方案1】:

我想你需要添加

<?php the_author(); ?> 

到您的模板文件。

参考 WordPress 法典以获得指导 - https://codex.wordpress.org/Function_Reference/the_author

希望这会有所帮助!

【讨论】:

  • post php 文件中缺少此内容。添加这个修复它。感谢您的帮助。
猜你喜欢
  • 1970-01-01
  • 2021-07-23
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2019-02-24
  • 2020-12-21
  • 2016-05-18
相关资源
最近更新 更多