// articulos redireccionados -- antiguos y recientes -- //
<?php if( get_next_posts_link() || get_previous_posts_link() ) { ?>
//reemplazando el texto y la etiqueta --'antiguo' y 'reciente'--//
<?php next_posts_link( __('← Previos' , 'mbc') ); ?>
<?php previous_posts_link( __('Recientes →' , 'mbc') ); ?>
<?php } ?>