We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12bf304 commit 5fe3997Copy full SHA for 5fe3997
front-page.php
@@ -88,7 +88,7 @@
88
<h3 class="titulo font-amatic white">Eixos</h3>
89
</div>
90
<div class="col-sm-6 col-sm-offset-4 white">
91
-
+
92
<ul class="eixos-home">
93
<?php
94
// Gera os modais de eixos
@@ -97,14 +97,14 @@
97
while ($query_eixos->have_posts()) {
98
$query_eixos->the_post();
99
?>
100
101
<li>
102
<strong>
103
<a href="<?php the_permalink(); ?>">
104
<?php the_title(); ?>
105
</a>
106
</strong>
107
108
</li>
109
110
}
@@ -117,5 +117,5 @@
117
118
119
<?php get_template_part('mini-tutorial'); ?>
120
-<?php get_template_part('noticias'); ?>
121
-<?php get_footer(); ?>
+<?php get_template_part('front','noticias'); ?>
+<?php get_footer(); ?>
0 commit comments