在Single.php中显示POST类型(自定义) 时间:2012-07-08 作者:Squrler 如何在模板中显示自定义帖子类型的类型?因此:<h3> [CUSTOM POST TYPE] </h3>? 1 个回复 SO网友:Squrler 已经解决了:<?php $post_type = get_post_type_object( get_post_type($post->ID) );?> <h3><?php echo $post_type->label ?></h3> 结束 文章导航