summaryrefslogtreecommitdiffhomepage
path: root/single.php
diff options
context:
space:
mode:
authortradam <[email protected]>2025-11-18 23:37:40 +0000
committertradam <[email protected]>2025-11-18 23:37:40 +0000
commit072f012398e448682f6d1cb0d981bdbb5e46263c (patch)
tree388689a338820c60ad93ff0c61fcaba258773943 /single.php
parent5ec6e44935e7c979fd718d6aa2c7a5308da0ee54 (diff)
downloadmalcz-wordpress-theme-072f012398e448682f6d1cb0d981bdbb5e46263c.tar.gz
malcz-wordpress-theme-072f012398e448682f6d1cb0d981bdbb5e46263c.zip
progressdev
Diffstat (limited to 'single.php')
-rwxr-xr-xsingle.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/single.php b/single.php
index e69de29..5a91307 100755
--- a/single.php
+++ b/single.php
@@ -0,0 +1,7 @@
+<?php get_header();?>
+
+ <main class="container">
+ <?php get_template_part('includes/section', 'content'); ?>
+ </main>
+
+<?php get_footer();?> \ No newline at end of file