WordPress 4.4 新增主题模板 single-{post_type}-{post_name}.php
WordPress 4.3 新增了一个 singular.php 主题模板文件,即将到来的 WordPress 4.4 新增了 single-{post_type}-{post_name}.php 模板文件[r34800],这个模板文件依旧采用 is_single() 规则,应用于单篇文章,或单篇自定义文章类型(custom post type)的文章。
使用这个 single-{post_type}-{post_name}.php 模板,可以很方便定制自定义文章类型的文章页面效果。它的优先级高于 single.php 和 single-{post_type}.php。