D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
proc
/
thread-self
/
cwd
/
wp-content
/
themes
/
aeen
/
template-parts
/
Filename :
content-none.php
back
Copy
<?php /** * @author RadiusTheme * @since 1.0 * @version 1.0 */ namespace radiustheme\aeen; ?> <section class="no-results not-found"> <h2 class="page-title"><?php esc_html_e( 'Nothing Found', 'aeen' ); ?></h2> <div class="page-content row"> <div class="col-lg-8"> <?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?> <p><?php printf( wp_kses( esc_html__( 'Ready to publish your first post? <a href="%1$s">Get started here</a>', 'aeen' ), 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.', 'aeen' ); ?></p> <?php get_search_form(); ?> <?php else : ?> <p><?php esc_html_e( "It seems we can't find what you're looking for. Perhaps searching can help.", 'aeen' ); ?></p> <?php get_search_form(); ?> <?php endif; ?> </div><!-- .page-content --> </div><!-- .page-content --> </section><!-- .no-results -->