1 2 3 4 5
<?php get_header(single); get_template_part('content-single'); get_sidebar(); get_footer();