Skip to content

Commit

Permalink
Ajustando referência para o bloco de notícias da front-page do tema
Browse files Browse the repository at this point in the history
  • Loading branch information
diraol committed May 4, 2015
1 parent 12bf304 commit 5fe3997
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions front-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<h3 class="titulo font-amatic white">Eixos</h3>
</div>
<div class="col-sm-6 col-sm-offset-4 white">

<ul class="eixos-home">
<?php
// Gera os modais de eixos
Expand All @@ -97,14 +97,14 @@
while ($query_eixos->have_posts()) {
$query_eixos->the_post();
?>

<li>
<strong>
<a href="<?php the_permalink(); ?>">
<?php the_title(); ?>
</a>
</strong>

</li>
<?php
}
Expand All @@ -117,5 +117,5 @@
</div>
</div>
<?php get_template_part('mini-tutorial'); ?>
<?php get_template_part('noticias'); ?>
<?php get_footer(); ?>
<?php get_template_part('front','noticias'); ?>
<?php get_footer(); ?>

0 comments on commit 5fe3997

Please sign in to comment.