Arquivo de Publicações
'. the_date('Y') .'';
echo do_shortcode('[ajax_load_more year="' . $year . '" scroll="false" transition_container_classes="row" posts_per_page="8" button_label="Carregar Mais Postagens" button_loading_label="Carregando..."]');
}
if(is_month()){
echo '
'. the_date('F, Y') .'
';
echo do_shortcode('[ajax_load_more year="' . $year . '" month="' . $month . '" scroll="false" transition_container_classes="row" posts_per_page="8" button_label="Carregar Mais Postagens" button_loading_label="Carregando..."]');
}
if(is_day()){
echo ''. the_date('F jS, Y') .'
';
echo do_shortcode('[ajax_load_more year="' . $year . '" month="' . $month . '" day="' . $day . '" scroll="false" transition_container_classes="row" posts_per_page="8" button_label="Carregar Mais Postagens" button_loading_label="Carregando..."]');
}
?>