diff options
Diffstat (limited to 'single.php')
-rw-r--r-- | single.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/single.php b/single.php new file mode 100644 index 0000000..3cc2b82 --- /dev/null +++ b/single.php @@ -0,0 +1,5 @@ +<?php +get_header(); +get_template_part('content-single'); +get_sidebar(); +get_footer(); |