',
'
',
esc_html__('Search Results for: ', 'odefy'),
'', get_search_query(), '',
'
',
'';
global $wgl_blog_atts;
global $wp_query;
$wgl_blog_atts = [
'query' => $wp_query,
// Layout
'blog_layout' => 'grid',
'blog_columns' => WGL_Framework::get_option('blog_list_columns') ?: '12',
// Appearance
'hide_media' => true,
'hide_content' => WGL_Framework::get_option('blog_list_hide_content'),
'hide_blog_title' => WGL_Framework::get_option('blog_list_hide_title'),
'hide_all_meta' => 'yes',
'meta_author' => WGL_Framework::get_option('blog_list_meta_author'),
'meta_comments' => WGL_Framework::get_option('blog_list_meta_comments'),
'meta_categories' => WGL_Framework::get_option('blog_list_meta_categories'),
'meta_date' => WGL_Framework::get_option('blog_list_meta_date'),
'hide_likes' => !WGL_Framework::get_option('blog_list_likes'),
'hide_views' => !WGL_Framework::get_option('blog_list_views'),
'hide_share' => !WGL_Framework::get_option('blog_list_share'),
'read_more_hide' => WGL_Framework::get_option('blog_list_read_more'),
'content_letter_count' => WGL_Framework::get_option('blog_list_letter_count') ?: '85',
'read_more_text' => esc_html__('Read More', 'odefy'),
'heading_tag' => 'h3',
'remainings_loading_btn_items_amount' => 4,
];
// Blog Archive Template
get_template_part('templates/post/posts-list');
echo WGL_Framework::pagination();
else :
echo '
';
echo '';
echo '
';
if (is_search()) :
echo '
';
esc_html_e('Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'odefy');
echo '
';
else : ?>
';
$sb && WGL_Framework::render_sidebar($sb);
echo '