Skip to content

Commit 5fe3997

Browse files
committed
Ajustando referência para o bloco de notícias da front-page do tema
1 parent 12bf304 commit 5fe3997

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

front-page.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<h3 class="titulo font-amatic white">Eixos</h3>
8989
</div>
9090
<div class="col-sm-6 col-sm-offset-4 white">
91-
91+
9292
<ul class="eixos-home">
9393
<?php
9494
// Gera os modais de eixos
@@ -97,14 +97,14 @@
9797
while ($query_eixos->have_posts()) {
9898
$query_eixos->the_post();
9999
?>
100-
100+
101101
<li>
102102
<strong>
103103
<a href="<?php the_permalink(); ?>">
104104
<?php the_title(); ?>
105105
</a>
106106
</strong>
107-
107+
108108
</li>
109109
<?php
110110
}
@@ -117,5 +117,5 @@
117117
</div>
118118
</div>
119119
<?php get_template_part('mini-tutorial'); ?>
120-
<?php get_template_part('noticias'); ?>
121-
<?php get_footer(); ?>
120+
<?php get_template_part('front','noticias'); ?>
121+
<?php get_footer(); ?>

0 commit comments

Comments
 (0)