$blog_paged, 'post_type' => 'post', 'post_status' => 'publish' ); $blog_query = new WP_Query($blog_args); ?>
have_posts() ) : ?> have_posts() ) : $blog_query->the_post() ; ?>
'?blog_paged=%#%', 'current' => $blog_paged, 'total' => $blog_query->max_num_pages, 'prev_text' => wp_kses(__('', 'toocheke'), array('i' => array('class' => array()))), 'next_text' => wp_kses(__('', 'toocheke'), array('i' => array('class' => array()))), )); if ($blog_links): ?>