(', ' (', $links); $links = str_replace(')', ')', $links); return $links; } /* This code filters the Archive widget to include the post count inside the link */ add_filter('get_archives_link', 'archive_count_span'); function archive_count_span($links) { $links = str_replace(' (', ' (', $links); $links = str_replace(')', ')', $links); return $links; } // Pagination function themefurnace_pagination($pages = '', $range = 2) { $showitems = ($range * 2)+1; global $paged; if(empty($paged)) $paged = 1; if($pages == '') { global $wp_query; $pages = $wp_query->max_num_pages; if(!$pages) { $pages = 1; } } if(1 != $pages) { echo "