Files
JuConnect/juconnect-strict-theme-v3/juconnect-strict/front-page.php

8 lines
162 B
PHP

<?php get_header(); ?>
<?php if (have_posts()): while (have_posts()): the_post(); ?>
<?php the_content(); ?>
<?php endwhile; endif; ?>
<?php get_footer(); ?>