$type, 'limit' => $limit_str, 'format' => $format, 'before' => '', 'after' => '', 'show_post_count' => $show_post_count ); ob_start(); wp_get_archives($param); $get_archives_output = ob_get_contents(); ob_end_clean(); if($drop_down){ $output = '
'; $output .= ''; $output .= '
'; $output = '\n"; } else { $output = "\n"; } $block['archive'] = $output; return $block ; } ?>