Loading components/pagination.php 0 → 100644 +4 −0 Original line number Diff line number Diff line <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> index.php +3 −5 Original line number Diff line number Diff line Loading @@ -50,11 +50,9 @@ get_header(); "link_title" => true, "hide_default_header_image" => true )); } ?> } <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> get_template_part("components/pagination"); ?> </main> <?php get_footer(); ?> search.php +3 −5 Original line number Diff line number Diff line Loading @@ -26,11 +26,9 @@ get_header(); "link_title" => true, "hide_default_header_image" => true )); } ?> } <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> get_template_part("components/pagination"); ?> </main> <?php get_footer(); ?> Loading
components/pagination.php 0 → 100644 +4 −0 Original line number Diff line number Diff line <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>
index.php +3 −5 Original line number Diff line number Diff line Loading @@ -50,11 +50,9 @@ get_header(); "link_title" => true, "hide_default_header_image" => true )); } ?> } <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> get_template_part("components/pagination"); ?> </main> <?php get_footer(); ?>
search.php +3 −5 Original line number Diff line number Diff line Loading @@ -26,11 +26,9 @@ get_header(); "link_title" => true, "hide_default_header_image" => true )); } ?> } <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> get_template_part("components/pagination"); ?> </main> <?php get_footer(); ?>