<?php /** * 自定义类型页面 */ get_header(); $post_type = get_post_type(); $temp_type = $post_type; ?> <div id="heku_content"> <?php get_template_part( 'TempParts/Archive/archive',isset($temp_type) ? $temp_type : 'normal'); ?> </div><!-- / end heku_content --> <?php get_footer(); ?>