【问题标题】: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

提前感谢您的帮助。 - 菲利普

【问题讨论】:

    标签: php wordpress title genesis accessible


    【解决方案1】:

    哇!

    发现我添加了一个显示:无;在主 CSS 中的条目标题上!只是试图从页面中删除标题!

    真的很简单!

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-11-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-12-22
      • 1970-01-01
      相关资源
      最近更新 更多