summaryrefslogtreecommitdiffhomepage
path: root/single.php
diff options
context:
space:
mode:
authortradam <[email protected]>2025-11-18 23:46:33 +0000
committertradam <[email protected]>2025-11-18 23:46:33 +0000
commit05706ec17d5c359ba86aa9cdd7685e637b4e25ab (patch)
tree288952ddd1ce9b84bdd71021b123137730e8679f /single.php
parent1743bc1b52f390e3942158fa7e911417bc869ee3 (diff)
downloadmalcz-wordpress-theme-main.tar.gz
malcz-wordpress-theme-main.zip
Diffstat (limited to 'single.php')
-rwxr-xr-x[-rw-r--r--]single.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/single.php b/single.php
index e69de29..5a91307 100644..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