Ver a proveniência

Kill nav

Remove those pesky previous and next post links.
master
Mike Rawlins há 9 anos
ascendente
cometimento
92b2b5d6b9
1 ficheiros alterados com 0 adições e 9 eliminações
  1. +0
    -9
      single-site.php

+ 0
- 9
single-site.php Ver ficheiro

@@ -28,15 +28,6 @@ get_header(); ?>
// comments_template();
// endif;

// Previous/next post navigation.
the_post_navigation( array(
'next_text' => '<span class="meta-nav" aria-hidden="true">' . __( 'Next', 'twentyfifteen' ) . '</span> ' .
'<span class="screen-reader-text">' . __( 'Next post:', 'twentyfifteen' ) . '</span> ' .
'<span class="post-title">%title</span>',
'prev_text' => '<span class="meta-nav" aria-hidden="true">' . __( 'Previous', 'twentyfifteen' ) . '</span> ' .
'<span class="screen-reader-text">' . __( 'Previous post:', 'twentyfifteen' ) . '</span> ' .
'<span class="post-title">%title</span>',
) );

// End the loop.
endwhile;


Carregando…
Cancelar
Guardar