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 --- .../wp-content/themes/twentynineteen/single.php | 60 ---------------------- 1 file changed, 60 deletions(-) delete mode 100644 srcs/wordpress/wp-content/themes/twentynineteen/single.php (limited to 'srcs/wordpress/wp-content/themes/twentynineteen/single.php') diff --git a/srcs/wordpress/wp-content/themes/twentynineteen/single.php b/srcs/wordpress/wp-content/themes/twentynineteen/single.php deleted file mode 100644 index b8cf0b1..0000000 --- a/srcs/wordpress/wp-content/themes/twentynineteen/single.php +++ /dev/null @@ -1,60 +0,0 @@ - - -
-
- - sprintf( __( 'Published in%s', 'twentynineteen' ), '%title' ), - ) - ); - } elseif ( is_singular( 'post' ) ) { - // Previous/next post navigation. - the_post_navigation( - array( - 'next_text' => ' ' . - '' . __( 'Next post:', 'twentynineteen' ) . '
' . - '%title', - 'prev_text' => ' ' . - '' . __( 'Previous post:', 'twentynineteen' ) . '
' . - '%title', - ) - ); - } - - // If comments are open or we have at least one comment, load up the comment template. - if ( comments_open() || get_comments_number() ) { - comments_template(); - } - - endwhile; // End of the loop. - ?> - -
-
- -