帖子标题和信息未显示
Posted
技术标签:
【中文标题】帖子标题和信息未显示【英文标题】:Post Title and Info not showing up 【发布时间】:2015-06-06 05:24:58 【问题描述】:我正在 Genesis 上开发一个可访问 WordPress 的网站!我已经安装了 WordPress Genesis Accessible 插件,并且我已经定制了 Leiden Child 主题,你可以得到here。
在functions.php页面上,我也添加了这段代码......
//* Customize the entry meta in the entry header (requires html5 theme support)
add_filter( 'genesis_post_info', 'sp_post_info_filter' );
function sp_post_info_filter($post_info)
$post_info = '[post_date] by [post_author_posts_link] [post_comments] [post_edit]';
return $post_info;
但是,在所有博客文章中,都没有显示任何标题或作者信息!如果您想查看该网站的帖子页面,您可以这样做HERE。
提前感谢您的帮助。 - 菲利普
【问题讨论】:
【参考方案1】:哇!
发现我添加了一个显示:无;在主 CSS 中的条目标题上!只是试图从页面中删除标题!
真的很简单!
【讨论】:
以上是关于帖子标题和信息未显示的主要内容,如果未能解决你的问题,请参考以下文章
来自 markdown 帖子的 Gatsby 图像未从 graphql 查询中显示
Wordpress - 特色图像元框未显示在自定义帖子类型上
带有 Jekyll 的 Github 页面未在 .md 帖子中显示图像