Server IP : 162.0.217.223 / Your IP : 216.73.216.153 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/tu-international.com/wp-content/themes/motorx/ |
Upload File : |
<?php /** * The template part for displaying a message that posts cannot be found. * * Learn more: http://codex.wordpress.org/Template_Hierarchy * * @package motorx */ ?> <section class="no-results not-found"> <header class="result-header"> <h1 class="result-title nothing"><?php esc_html_e( 'Nothing Found', 'motorx' ); ?></h1> </header><!-- .page-header --> <div class="page-content"> <?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?> <p> <?php $message = sprintf( 'Ready to publish your first post? <a href="%s">Get started here', esc_url(admin_url( 'post-new.php' ) ) ); echo wp_kses( $message, themesflat_kses_allowed_html() ); ?> </p> <?php elseif ( is_search() ) : ?> <p class="subtext-nothing"><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'motorx' ); ?></p> <aside class="widget widget_search"> <?php get_search_form(); ?> </aside> <?php else : ?> <p class="subtext-nothing"><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'motorx' ); ?></p> <aside class="widget widget_search"> <?php get_search_form(); ?> </aside> <?php endif; ?> </div><!-- .page-content --> </section><!-- .no-results -->