File: /www/wwwroot/1.scey.cn/wp-content/themes/Leading/single.php
<?php
/**
* @Author: 大胡子
* @Email: dahuzi@xintheme.com
* @Link: www.dahuzi.me
* @Date: 2020-01-17 09:27:19
* @Last Modified by: dahuzi
* @Last Modified time: 2020-02-20 13:56:59
*/
get_header();
//$post_layout = get_post_meta($post->ID, 'post_layout', true) ?: '1';
if ( class_exists( 'WooCommerce' ) && is_singular( 'product' ) ) {
get_template_part('woocommerce/single-product');
} else {
get_template_part('template-parts/single/single', '1');
}
get_footer();
?>