File: /var/www/sites/30291/public_html/wp-content/themes/fernanda-menezes/index.php
<?php get_header(); ?>
<?php if (is_front_page() || is_home()) : ?>
<?php get_template_part('template-parts/home-content'); ?>
<?php else : ?>
<main class="section">
<div class="section-inner">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<article <?php post_class(); ?>>
<h1><?php the_title(); ?></h1>
<?php the_content(); ?>
</article>
<?php endwhile; ?>
<?php else : ?>
<h1><?php bloginfo('name'); ?></h1>
<p>Presença, Estratégia e Movimento para Marcas Pessoais.</p>
<?php endif; ?>
</div>
</main>
<?php endif; ?>
<?php get_footer(); ?>