'category', 'hide_empty' => true, 'count' => true, 'pad_counts' => true, ) ); $cur_cat = get_query_var( 'category_name' ); $count_posts = ( wp_count_posts() ); if ( isset( $count_posts->publish ) ) { $count_posts = (int) $count_posts->publish; } // get blog url for all nav filter $blog_url = 'page' == get_option( 'show_on_front' ) ? get_permalink( get_option( 'page_for_posts' ) ) : get_home_url(); echo '';