Procházet zdrojové kódy

Kill nav

Remove those pesky previous and next post links.
master
Mike Rawlins před 11 roky
rodič
revize
92b2b5d6b9
1 změnil soubory, kde provedl 0 přidání a 9 odebrání
  1. +0
    -9
      single-site.php

+ 0
- 9
single-site.php Zobrazit soubor

@@ -28,15 +28,6 @@ get_header(); ?>
// comments_template(); // comments_template();
// endif; // 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. // End the loop.
endwhile; endwhile;


Načítá se…
Zrušit
Uložit