'footer', 'menu_id' => 'footer-menu', 'container_class' => 'footer-menu' ) ); ?>
Masonry Grid Style Wordpress Blog Theme'); ?>
4) $count = 4; if( $echo ) echo esc_attr($count); else return $count; } function os_item_data(){ if(function_exists('echo_tptn_post_count')){ $total_views = do_shortcode('[tptn_views daily="0"]'); }else{ $total_views = 0; } $likes = get_post_meta(get_the_ID(), '_zilla_likes', true); return ' data-post-id="'.get_the_ID().'" data-total-likes="'.esc_attr($likes).'" data-total-views="'.esc_attr($total_views).'"'; } function os_list_categories_for_filtering($post_id){ $categories_string = ''; $categories = get_the_category( $post_id ); if(is_array($categories)){ foreach($categories as $category){ $categories_string.= 'filter-cat-'.$category->term_id.' '; } } $format = get_post_format() ? : 'standard'; $categories_string.= ' format-'.$format.' '; return $categories_string; } function osetin_show_filter_bar(){ if(!(osetin_get_field('hide_sorting') && osetin_get_field('hide_category_filtering') && osetin_get_field('hide_format_filtering')) && osetin_get_field('show_filter_panel', 'option') && !osetin_get_field('hide_filter_toolbar', false, false)){ echo '