Noticias
have_posts()) : $my_query->the_post(); ?>
max_num_pages;
if ($total_pages > 1){
$current_page = $_GET['page'];
echo paginate_links(array(
'base' => get_pagenum_link(1) . '%_%',
'format' => '&page=%#%',
'current' => $current_page,
'total' => $total_pages,
));
}
?>