'post', 'posts_per_page' => 50, 'post__not_in' => get_option("sticky_posts") ) );
$tag_lists = array();
if( $latest_post_query->have_posts() ):
while( $latest_post_query->have_posts() ):
$latest_post_query->the_post();
$tags = get_the_tags( get_the_ID() );
if( $tags ){
foreach( $tags as $tag ){
if( !in_array($tag->term_id, $tag_lists) ){
$tag_lists[ $tag->term_id ] = $tag->count;
}
}
}
endwhile;
endif;
arsort( $tag_lists);
$blook_default = blook_get_default_theme_options();
$blook_header_tags = 1;
if( $blook_header_tags ){
$blook_header_tags_title = "Tagged";
$blook_header_tags_count = 7;
?>
have_posts()) :
while ($get_posts->have_posts()) : $get_posts->the_post();
if (has_post_thumbnail()) {
$image = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()), 'medium_large');
$image_url = $image['0'];
}
?>