9 lines
393 B
PHP
Executable File
9 lines
393 B
PHP
Executable File
<div class="nothing-wrapper">
|
|
<header class="page-header">
|
|
<h3 class="page-title"><?php esc_html_e( 'Nothing Found', 'opalestate-pro' ); ?></h3>
|
|
</header>
|
|
<div class="notfound-content">
|
|
<p><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'opalestate-pro' ); ?></p>
|
|
</div><!-- .page-content -->
|
|
</div>
|