__('Single Column', 'k2_domain'), __('Two Columns', 'k2_domain'), __('Three Columns', 'k2_domain'), 'dynamic' => __('Dynamic Columns', 'k2_domain') ); // Get the asides category $asides_id = get_option('k2asidescategory'); // Get the categories we might use for asides $asides_cats = get_categories('get=all'); // Get post meta format $entrymeta1 = get_option('k2entrymeta1'); if ( empty($entrymeta1) ) { $entrymeta1 = __('Published by %author% on %date% in %categories%. %comments%. %tags%.', 'k2_domain'); } ?>