whoami7 - Manager
:
/
home
/
qbizpnmr
/
public_html
/
wp-content
/
themes
/
crio
/
templates
/
Upload File:
files >> /home/qbizpnmr/public_html/wp-content/themes/crio/templates/content-none.php
<?php /** * No Content Template * * This displayed if no page content exists. * * @package Crio */ ?> <section class="no-results not-found"> <div class="jumbotron text-center"> <div class="container"> <h1 class="page-title"><?php esc_html_e( 'Nothing Found', 'crio' ); ?></h1> <p><?php esc_html_e( 'The page you requested could not be found.', 'crio' ); ?></p> <div class="row"> <div class="col-md-12"> <?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?> <p><?php printf( wp_kses( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'crio' ), 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.', 'crio' ); ?></p> <?php get_search_form(); else : ?> <p><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'crio' ); ?></p> <?php get_search_form(); endif; ?> </div> </div> </div> <!-- .container --> </div> <!-- .jumbotron --> </section><!-- .no-results -->
Copyright ©2021 || Defacer Indonesia