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