php 禁用HTML5的Genesis和Studiopress主题的帖子信息

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 禁用HTML5的Genesis和Studiopress主题的帖子信息相关的知识,希望对你有一定的参考价值。

//for when you need to edit or remove post info on genesis and studiopress themes.


//* 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 = '';
	return $post_info;
}

//works well to keep content evergreen.  Sometimes people won't read a post just because it has an older timestamp on the post info display

以上是关于php 禁用HTML5的Genesis和Studiopress主题的帖子信息的主要内容,如果未能解决你的问题,请参考以下文章

php Genesis Framework相关文章(分类和标签)

php Genesis / WordPress - 在儿童主题中注册和排队自定义样式表

php 精选图片,genesis.php

php 使用genesis_footer_creds_text过滤器更改Genesis中的页脚文本

php 更改默认的Genesis阅读更多链接

php Wordpress Genesis front-page.php文件