/home/suroeste/public_html/wp-content/themes/ewebot
Edit: /home/suroeste/public_html/wp-content/themes/ewebot/search.php (4330B)
10, 'offset' => 0, 'post_type' => 'any', 'post_status' => 'publish', 'post_password' => '', 's' => get_search_query(), 'paged' => $paged);
// $my_wp_query = new \WP_Query($defaults);
$posts = $wp_query->posts;
if (count($posts)) {
$foundSomething = true;
}
/**/
$blog = new \ElementorModal\Widgets\GT3_Core_Elementor_Widget_Blog(
array(
'id' => 'gt3_search'
),
array(
'settings' => array()
)
);
$category_archive_layout = gt3_option('search_layout');
if (is_null($category_archive_layout)) {
$category_archive_layout = 1;
}
$blog->set_settings(
array(
'items_per_line' => apply_filters('gt3/search/columns', $category_archive_layout),
'query' => $wp_query,
'meta_author' => 'yes',
'meta_comments' => 'yes',
'meta_categories' => 'yes',
'meta_date' => 'yes',
'meta_position' => 'before_title',
'post_btn_link' => 'yes',
'symbol_count_descrt' => array(
'size' => '280',
'unit' => 'px',
),
)
);
$blog->print_element();
/**/
if ($foundSomething == false) {
?>
';
if (is_active_sidebar( $sidebar )) {
echo "";
}
echo "
";
}
?>