diff options
| author | tradam <[email protected]> | 2025-11-18 23:37:40 +0000 |
|---|---|---|
| committer | tradam <[email protected]> | 2025-11-18 23:37:40 +0000 |
| commit | 072f012398e448682f6d1cb0d981bdbb5e46263c (patch) | |
| tree | 388689a338820c60ad93ff0c61fcaba258773943 /archive.php | |
| parent | 5ec6e44935e7c979fd718d6aa2c7a5308da0ee54 (diff) | |
| download | malcz-wordpress-theme-dev.tar.gz malcz-wordpress-theme-dev.zip | |
progressdev
Diffstat (limited to 'archive.php')
| -rwxr-xr-x | archive.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/archive.php b/archive.php index e69de29..3d35e4d 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 |
