帖子标题和信息没有显示出来

时间:2015-06-06 05:24:58

标签: php wordpress title genesis accessible

我正在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 个答案:

答案 0 :(得分:1)

卫生署!

发现我添加了一个display:none;在主要CSS的入门标题!试图从页面中删除标题就是全部!

非常简单!