'post', 'post_status' => 'publish', 's' => $str ); $search_post = new WP_Query( $args ); echo ( $archive_style == 'grid' ? '
' : '' ); if( $search_post->have_posts() ){ while( $search_post->have_posts() ): $search_post->the_post(); fire_blog_archive_listing_style(); endwhile; } else { ?>

' : '' ); fire_blog_wp_custom_pagination( array( 'prev_text' => esc_html__( '>>', 'fire-blog' ), 'next_text' => esc_html__( '<<', 'fire-blog' ) ) ); ?>