Saúde

'banner-principal', 'orderby' => 'rand', 'order' => 'ASC', 'suppress_filters' => true, 'eventDisplay' => 'upcoming', 'posts_per_page' => -1)); } else { $query = new WP_Query(array('category_name' => 'banner-principal', 'orderby' => 'rand', 'order' => 'ASC', 'suppress_filters' => true, 'eventDisplay' => 'upcoming', 'posts_per_page' => 1)); } $banners = []; class BannerPrincipal { public $link; public $image; public $title; } while ($query->have_posts()) { $query->the_post(); $banner = new BannerPrincipal(); $banner->link = get_field('banner_link'); $banner->title = get_the_title(); $banner->image = get_field('banner_imagem'); $banners[] = $banner; } shuffle($banners); // var_dump($banners); foreach ($banners as $banner) { ?>
'banner-secundario', 'orderby' => 'rand', 'order' => 'ASC', 'suppress_filters' => true, 'eventDisplay' => 'upcoming', 'posts_per_page' => -1)); } else { $queryb = new WP_Query(array('category_name' => 'banner-secundario', 'orderby' => 'rand', 'order' => 'ASC', 'suppress_filters' => true, 'eventDisplay' => 'upcoming', 'posts_per_page' => 1)); } $banners = []; class Banner { public $link; public $image; public $title; } while ($queryb->have_posts()) { $queryb->the_post(); $banner = new Banner(); $banner->link = get_field('banner_link'); $banner->title = get_the_title(); $banner->image = get_field('banner_imagem'); $banners[] = $banner; } shuffle($banners); // var_dump($banners); foreach ($banners as $banner) { ?>


Há chance de surto de pneumonia no Brasil?

Você contraiu pneumonia esse ano ou conhece alguém que foi acometido pela doença nos últimos meses? O assunto da ascensão da doença no Brasil tornou-se evidente com a internação da atriz Camila Pitanga, de 46…


Governo de SC lança painel com dados da dengue

O Governo de Santa Catarina lançou nesta terça-feira, 27, o Painel para Monitoramento de Casos de Dengue e Chikungunya. Na nova ferramenta é possível consultar as principais informações sobre as doenças no estado, como número…








'banner-rodape', 'orderby' => 'rand', 'order' => 'ASC', 'suppress_filters' => true, 'eventDisplay' => 'upcoming', 'posts_per_page' => -1)); } else { $query = new WP_Query(array('category_name' => 'banner-rodape', 'orderby' => 'rand', 'order' => 'ASC', 'suppress_filters' => true, 'eventDisplay' => 'upcoming', 'posts_per_page' => 1)); } $banners = []; class BannerRodape { public $link; public $image; public $title; } while ($query->have_posts()) { $query->the_post(); $banner = new BannerRodape(); $banner->link = get_field('banner_link'); $banner->title = get_the_title(); $banner->image = get_field('banner_imagem'); $banners[] = $banner; } shuffle($banners); // var_dump($banners); foreach ($banners as $banner) { ?>