<?php $postType = get_post_type_object(get_post_type($post)); $postType = $postType->singular_label; echo $postType; ?> ...
確定! 回上一頁