1

Principal

“destaques”, ‘showposts’ => 8));
echo “

    “;
    $cont = 0;
    while($query->have_posts()) : $query->the_post();
    $cont++;
    ?>

“;
echo “

Destaques

“;
$query = new WP_Query(array(‘category_name’ => “destaques”, ‘showposts’ => 4));
while($query->have_posts()) : $query->the_post();
?>

SO NOTICIAS

“;
wp_reset_postdata();
unset($query);
?>

Núcleos

                                

                                 

 

 

Últimas Notícias

    “noticias”, ‘showposts’ => 3));
    while($query->have_posts()) : $query->the_post();
    ?>

  • post_date); ?>

-->

“;
wp_reset_postdata();
unset($query);

$query = new WP_Query(array(‘category_name’ => “artigos”, ‘showposts’ => 1));
echo “

“;
while($query->have_posts()) : $query->the_post();
?>

“;
wp_reset_postdata();
unset($query);

$query = new WP_Query(array(‘category_name’ => “eventos”, ‘showposts’ => 2));
echo “”;
while($query->have_posts()) : $query->the_post();
?>

Lista Completa“;
echo “

“;
wp_reset_postdata();
unset($query);

$query = new WP_Query(array(‘category_name’ => “cartilhas”, ‘showposts’ => 5));
echo “

Cartilhas

“;
while($query->have_posts()) : $query->the_post();
?>


“;
wp_reset_postdata();
unset($query);
?>