diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-07-27 10:05:23 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-07-27 10:05:23 +0200 |
| commit | 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab (patch) | |
| tree | 39a1a4629749056191c05dfd899f931701b7acf3 /srcs/wordpress/wp-content/themes/twentyseventeen/template-parts/post/content-none.php | |
| parent | 5afd237bbd22028b85532b8c0b3fcead49a00764 (diff) | |
| download | ft_server-master.tar.gz ft_server-master.tar.bz2 ft_server-master.zip | |
Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my famillyHEADmaster
Diffstat (limited to 'srcs/wordpress/wp-content/themes/twentyseventeen/template-parts/post/content-none.php')
| -rw-r--r-- | srcs/wordpress/wp-content/themes/twentyseventeen/template-parts/post/content-none.php | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/srcs/wordpress/wp-content/themes/twentyseventeen/template-parts/post/content-none.php b/srcs/wordpress/wp-content/themes/twentyseventeen/template-parts/post/content-none.php deleted file mode 100644 index 50b3fb1..0000000 --- a/srcs/wordpress/wp-content/themes/twentyseventeen/template-parts/post/content-none.php +++ /dev/null @@ -1,40 +0,0 @@ -<?php -/** - * Template part for displaying a message that posts cannot be found - * - * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ - * - * @package WordPress - * @subpackage Twenty_Seventeen - * @since 1.0 - * @version 1.0 - */ - -?> - -<section class="no-results not-found"> - <header class="page-header"> - <h1 class="page-title"><?php _e( 'Nothing Found', 'twentyseventeen' ); ?></h1> - </header> - <div class="page-content"> - <?php - if ( is_home() && current_user_can( 'publish_posts' ) ) : - ?> - - <p> - <?php - /* translators: %s: Post editor URL. */ - printf( __( 'Ready to publish your first post? <a href="%s">Get started here</a>.', 'twentyseventeen' ), esc_url( admin_url( 'post-new.php' ) ) ); - ?> - </p> - - <?php else : ?> - - <p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'twentyseventeen' ); ?></p> - <?php - get_search_form(); - - endif; - ?> - </div><!-- .page-content --> -</section><!-- .no-results --> |
