cesardpaz
8/28/2019 - 11:16 PM

Articulos antiguos y recientes

// 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( __('&larr; Previos' , 'mbc') ); ?>
    <?php previous_posts_link( __('Recientes &rarr;' , 'mbc') ); ?>
<?php } ?>