Sid Gifari File Manager
🏠 Root
/
home
/
ailwtbdh
/
www
/
wp-content
/
themes
/
profund
/
template-parts
/
post-formats
/
Editing: post-none.php
<div <?php post_class('post-single'); ?> > <div class="post-content"> <h3 class="post-title"><?php esc_html_e( 'Nothing Found', 'profund' ); ?></h3> <?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?> <p><?php printf( esc_html__( 'Ready to publish your first post? ', 'profund' ).'<a href="%1$s">'.esc_html__('Get started here','profund').'</a>', esc_url( admin_url( 'post-new.php' ) ) ); ?></p> <?php elseif ( is_search() ) : ?> <p class="empty-post-notic"><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'profund' ); ?></p> <?php get_search_form(); ?> <?php else : ?> <p class="empty-post-notic"><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'profund' ); ?></p> <?php get_search_form(); ?> <?php endif; ?> </div> </div>
Save
Cancel