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 /front-page.php | |
| parent | 1743bc1b52f390e3942158fa7e911417bc869ee3 (diff) | |
| download | malcz-wordpress-theme-main.tar.gz malcz-wordpress-theme-main.zip | |
Diffstat (limited to 'front-page.php')
| -rwxr-xr-x[-rw-r--r--] | front-page.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/front-page.php b/front-page.php index c4826e6..354e4bd 100644..100755 --- a/front-page.php +++ b/front-page.php @@ -1,7 +1 @@ -<?php get_header();?> - - <main class="container"> - <h1>Hello world!</h1> - </main> - -<?php get_footer();?> +<?php get_template_part('page'); ?> |
