Loading index.php +2 −2 Original line number Diff line number Diff line Loading @@ -59,8 +59,8 @@ get_header(); } ?> <div class="pagination"> <div class="older-posts"><?php next_posts_link( '« Ältere Posts' ); ?></div> <div class="newer-posts"><?php previous_posts_link( 'Neuere Posts »' ); ?></div> <div class="older-posts"><?php next_posts_link("« Ältere Posts"); ?></div> <div class="newer-posts"><?php previous_posts_link("Neuere Posts »"); ?></div> </div> </main> <?php get_footer(); ?> Loading
index.php +2 −2 Original line number Diff line number Diff line Loading @@ -59,8 +59,8 @@ get_header(); } ?> <div class="pagination"> <div class="older-posts"><?php next_posts_link( '« Ältere Posts' ); ?></div> <div class="newer-posts"><?php previous_posts_link( 'Neuere Posts »' ); ?></div> <div class="older-posts"><?php next_posts_link("« Ältere Posts"); ?></div> <div class="newer-posts"><?php previous_posts_link("Neuere Posts »"); ?></div> </div> </main> <?php get_footer(); ?>