Forums
(@aligledhill)
14 years, 4 months ago
After a lot of work, I figured it out:
<?php $post_type = get_post_type_object( get_post_type($post) ); echo $post_type->label ; ?>
It took some detective work, but Justin Tadlock’s post gave a good enough hint!