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/content-cover.php | 182 --------------------- .../themes/twentytwenty/template-parts/content.php | 94 ----------- .../template-parts/entry-author-bio.php | 33 ---- .../twentytwenty/template-parts/entry-header.php | 75 --------- .../twentytwenty/template-parts/featured-image.php | 43 ----- .../template-parts/footer-menus-widgets.php | 119 -------------- .../twentytwenty/template-parts/modal-menu.php | 148 ----------------- .../twentytwenty/template-parts/modal-search.php | 34 ---- .../twentytwenty/template-parts/navigation.php | 61 ------- .../twentytwenty/template-parts/pagination.php | 58 ------- 10 files changed, 847 deletions(-) delete mode 100644 srcs/wordpress/wp-content/themes/twentytwenty/template-parts/content-cover.php delete mode 100644 srcs/wordpress/wp-content/themes/twentytwenty/template-parts/content.php delete mode 100644 srcs/wordpress/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php delete mode 100644 srcs/wordpress/wp-content/themes/twentytwenty/template-parts/entry-header.php delete mode 100644 srcs/wordpress/wp-content/themes/twentytwenty/template-parts/featured-image.php delete mode 100644 srcs/wordpress/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php delete mode 100644 srcs/wordpress/wp-content/themes/twentytwenty/template-parts/modal-menu.php delete mode 100644 srcs/wordpress/wp-content/themes/twentytwenty/template-parts/modal-search.php delete mode 100644 srcs/wordpress/wp-content/themes/twentytwenty/template-parts/navigation.php delete mode 100644 srcs/wordpress/wp-content/themes/twentytwenty/template-parts/pagination.php (limited to 'srcs/wordpress/wp-content/themes/twentytwenty/template-parts') diff --git a/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/content-cover.php b/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/content-cover.php deleted file mode 100644 index f9b480f..0000000 --- a/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/content-cover.php +++ /dev/null @@ -1,182 +0,0 @@ - - -
id="post-"> - - -
> -
-
-
>
- -
-
- - - -
- -
- -
-
- - ', '' ); - - if ( is_page() ) { - ?> - -
- - - -
-
- -
- - - -
- -
- - - -
-
- -
-
-
- -
- -
- - - -
- '', - 'link_before' => '', - 'link_after' => '', - ) - ); - - edit_post_link(); - // Single bottom post meta. - twentytwenty_the_post_meta( get_the_ID(), 'single-bottom' ); - - if ( is_single() ) { - - get_template_part( 'template-parts/entry-author-bio' ); - - } - ?> - -
- - - -
- - - -
- - - -
diff --git a/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/content.php b/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/content.php deleted file mode 100644 index 4b745fa..0000000 --- a/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/content.php +++ /dev/null @@ -1,94 +0,0 @@ - - -
id="post-"> - - - -
- -
- - - -
- -
- -
- '', - 'link_before' => '', - 'link_after' => '', - ) - ); - - edit_post_link(); - - // Single bottom post meta. - twentytwenty_the_post_meta( get_the_ID(), 'single-bottom' ); - - if ( is_single() ) { - - get_template_part( 'template-parts/entry-author-bio' ); - - } - ?> - -
- - - -
- - - -
- - - -
diff --git a/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php b/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php deleted file mode 100644 index 14553c6..0000000 --- a/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php +++ /dev/null @@ -1,33 +0,0 @@ - -
-
-
- -
-

- -

-
- -
- diff --git a/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/entry-header.php b/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/entry-header.php deleted file mode 100644 index 1f68550..0000000 --- a/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/entry-header.php +++ /dev/null @@ -1,75 +0,0 @@ - - -
- -
- - - -
- -
- -
-
- - ', '' ); - } else { - the_title( '

', '

' ); - } - - $intro_text_width = ''; - - if ( is_singular() ) { - $intro_text_width = ' small'; - } else { - $intro_text_width = ' thin'; - } - - if ( has_excerpt() && is_singular() ) { - ?> - -
- -
- - - -
- -
diff --git a/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/featured-image.php b/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/featured-image.php deleted file mode 100644 index 03e48df..0000000 --- a/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/featured-image.php +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - diff --git a/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/modal-menu.php b/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/modal-menu.php deleted file mode 100644 index 20b9628..0000000 --- a/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/modal-menu.php +++ /dev/null @@ -1,148 +0,0 @@ - - - diff --git a/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/modal-search.php b/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/modal-search.php deleted file mode 100644 index e01090a..0000000 --- a/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/modal-search.php +++ /dev/null @@ -1,34 +0,0 @@ - - diff --git a/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/navigation.php b/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/navigation.php deleted file mode 100644 index ca4eff6..0000000 --- a/srcs/wordpress/wp-content/themes/twentytwenty/template-parts/navigation.php +++ /dev/null @@ -1,61 +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 ) { ?> - -
- - - - - -
- -