From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- .../twentytwenty/template-parts/pagination.php | 58 ---------------------- 1 file changed, 58 deletions(-) delete mode 100644 srcs/wordpress/wp-content/themes/twentytwenty/template-parts/pagination.php (limited to 'srcs/wordpress/wp-content/themes/twentytwenty/template-parts/pagination.php') diff --git a/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/pagination.php b/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/pagination.php deleted file mode 100644 index b2a6aca..0000000 --- a/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/pagination.php +++ /dev/null @@ -1,58 +0,0 @@ -%s', - '', - __( 'Newer Posts', 'twentytwenty' ) -); -$next_text = sprintf( - '%s %s', - __( 'Older Posts', 'twentytwenty' ), - '' -); - -$posts_pagination = get_the_posts_pagination( - array( - 'mid_size' => 1, - 'prev_text' => $prev_text, - 'next_text' => $next_text, - ) -); - -// If we're not outputting the previous page link, prepend a placeholder with visibility: hidden to take its place. -if ( strpos( $posts_pagination, 'prev page-numbers' ) === false ) { - $posts_pagination = str_replace( '', $posts_pagination ); -} - -if ( $posts_pagination ) { ?> - -
- - - - - -
- -