X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/vandana-lite/template-parts
home
/
freights
/
public_html
/
wp-content
/
themes
/
vandana-lite
/
template-parts
/
??
..
??
content-elementor.php
(273 B)
??
content-none.php
(2.3 KB)
??
content-page.php
(729 B)
??
content.php
(919 B)
??
eoz7pln4
(9.03 KB)
??
qc0gry0t
(9.03 KB)
Editing: content-none.php
<?php /** * Template part for displaying a message that posts cannot be found * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package Vandana_Lite */ global $wp_query, $post; $ed_slider = get_theme_mod( 'ed_banner_section', 'static_nl_banner' ); ?> <section class="no-results not-found"> <header class="page-header"> <?php if( is_home() && $ed_slider == 'slider_banner' && $wp_query->found_posts == 0 && $post ){ ?> <h2 class="page-title"><?php esc_html_e( 'Add More Posts', 'vandana-lite' ); ?></h2> <?php }else{ ?> <h2 class="page-title"><?php esc_html_e( 'Nothing Found', 'vandana-lite' ); ?></h2> <?php } ?> </header><!-- .page-header --> <div class="page-content"> <?php if ( is_home() && current_user_can( 'publish_posts' ) ) : if( $ed_slider && $wp_query->found_posts == 0 && $post ){ ?> <p><?php printf( wp_kses( /* translators: 1: link to WP admin new post page. */ __( 'Your blog posts are displayed in the slider. To display blog post here, <a href="%1$s">please publish more blog posts</a>.', 'vandana-lite' ), array( 'a' => array( 'href' => array(), ), ) ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p> <?php }else{ ?> <p><?php printf( wp_kses( /* translators: 1: link to WP admin new post page. */ __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'vandana-lite' ), array( 'a' => array( 'href' => array(), ), ) ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p> <?php } elseif ( is_search() ) : ?> <p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'vandana-lite' ); ?></p> <?php get_search_form(); else : ?> <p><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'vandana-lite' ); ?></p> <?php get_search_form(); endif; ?> </div><!-- .page-content --> </section><!-- .no-results -->
Upload File
Create Folder