aboutsummaryrefslogtreecommitdiffstats
path: root/single.php
blob: b3743fda430460b937effd300b36e8317cf4cfa3 (plain)
1
2
3
4
5
<?php
get_header(single);
get_template_part('content-single');
get_sidebar();
get_footer();