13 lines
385 B
PHP
13 lines
385 B
PHP
<?php
|
|
/** Empty-loop content. @package Fragrance_Trade */
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit;
|
|
}
|
|
|
|
?>
|
|
<section class="no-results not-found text-center py-5">
|
|
<h1 class="page-title"><?php esc_html_e( '未找到内容', 'fragrance-trade' ); ?></h1>
|
|
<p><?php esc_html_e( '请尝试其他搜索词或返回首页。', 'fragrance-trade' ); ?></p>
|
|
<?php get_search_form(); ?>
|
|
</section>
|