SINGLE PAGE

// $postType = get_post_type(); // switch ($postType) { // case 'product': // get_template_part('single/single', 'product'); // break; // default: // get_template_part('single/single'); // break; // }