diff -r 346c88efed21 -r 5e2f62d02dcd wp/wp-content/themes/twentythirteen/content-status.php --- a/wp/wp-content/themes/twentythirteen/content-status.php Mon Jun 08 16:11:51 2015 +0000 +++ b/wp/wp-content/themes/twentythirteen/content-status.php Tue Jun 09 03:35:32 2015 +0200 @@ -10,8 +10,15 @@
>
- →', 'twentythirteen' ) ); ?> - '', 'link_before' => '', 'link_after' => '' ) ); ?> + →', 'twentythirteen' ), + the_title( '', '', false ) + ) ); + + wp_link_pages( array( 'before' => '', 'link_before' => '', 'link_after' => '' ) ); + ?>