File: /www/wwwroot/www.sceybwg.com/wp-content/themes/Modular/template/module-page/theme-breadcrumb.php
<?php
/**
* Template: 搜索词+搜索框
* @Author: 大胡子
* @Email: dahuzi@xintheme.com
* @Link: www.xintheme.com
* @Date: 2023-08-01 07:27:28
* @Last Modified by: dahuzi
* @Last Modified time: 2024-08-22 17:07:14
*/
if(!empty($module_content)){?>
<div class="breadcrumb-search">
<div class="container <?php echo $wow_style;?>">
<?php echo get_breadcrumbs();?>
<?php
$remove_search = wpjam_theme_get_setting('remove_search');
if( !empty($module_content['search']) && empty($remove_search) ){?>
<div class="search-form">
<form role="search" action="<?php echo esc_url(home_url('/')); ?>">
<input name="s" type="text" placeholder="<?php echo esc_html_e( '输入关键词进行搜索...', 'modular_theme' );?>">
<button type="submit" aria-label="search"><i class="ri-search-line"></i></button>
</form>
</div>
<?php }?>
</div>
</div>
<?php }?>
<?php
//echo wpjam_print_r( $module_setting );
//echo wpjam_print_r( $module_content );
//echo wpjam_print_r( $module_style );