📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 05:39:14
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
themes
/
vital
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/themes/vital
🔄 Refresh
✏️
Editing: content-none.php
Writable
<?php /** * The template for displaying a "No posts found" message * */ ?> <header class="post-entry-header"> <h2 class="entry-title"><?php esc_html_e( 'Nothing Found', 'vital' ); ?></h2> </header> <div class="entry-content"> <div class="row-inner"> <?php if ( is_search() ) : ?> <p><?php printf( esc_html_x( 'Sorry, but nothing matched your search terms. Please try again with some different keywords. %1$s Type some text and hit enter.', '%1$s inserts line break', 'vital' ), '<br/>' ); ?></p> <?php get_search_form(); ?> <?php else : ?> <p class="no-posts"><?php printf( esc_html_x( 'It seems we can’t find what you’re looking for. Perhaps searching can help. %1$s Type some text and hit enter.', '%1$s inserts line break', 'vital' ), '<br/>' ); ?></p> <?php get_search_form(); ?> <?php endif; ?> </div> </div>
💾 Save Changes
❌ Cancel