🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 14:14:16 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
themes
/
nighty
/
template-parts
/
post
📍 /home/therahul/ramailobhela.com/wp-content/themes/nighty/template-parts/post
🔄 Refresh
✏️
Editing: content-none.php
Writable
<header class="page-header"> <h1 class="page-title"> <?php esc_html_e( 'Nothing Found', 'nighty'); ?> </h1> </header> <div class="page-content page-content-none"> <?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?> <p><?php printf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'nighty' ), admin_url( 'post-new.php' ) ); ?></p> <?php else : ?> <p><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'nighty' ); ?></p> <?php get_search_form(); ?> <?php endif; ?> </div>
💾 Save Changes
❌ Cancel