diff options
| author | tradam <[email protected]> | 2025-11-18 23:46:33 +0000 |
|---|---|---|
| committer | tradam <[email protected]> | 2025-11-18 23:46:33 +0000 |
| commit | 05706ec17d5c359ba86aa9cdd7685e637b4e25ab (patch) | |
| tree | 288952ddd1ce9b84bdd71021b123137730e8679f /archive.php | |
| parent | 1743bc1b52f390e3942158fa7e911417bc869ee3 (diff) | |
| download | malcz-wordpress-theme-05706ec17d5c359ba86aa9cdd7685e637b4e25ab.tar.gz malcz-wordpress-theme-05706ec17d5c359ba86aa9cdd7685e637b4e25ab.zip | |
Diffstat (limited to 'archive.php')
| -rwxr-xr-x[-rw-r--r--] | archive.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/archive.php b/archive.php index e69de29..3d35e4d 100644..100755 --- a/archive.php +++ b/archive.php @@ -0,0 +1,7 @@ +<?php get_header();?> + + <main class="container"> + <?php get_template_part('includes/section', 'archive'); ?> + </main> + +<?php get_footer();?>
\ No newline at end of file |
