'Sidebar', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )); add_theme_support('automatic-feed-links'); register_nav_menu('primary',__('Primary Navigation')); // Remove inline styles printed when the gallery shortcode is used function malioboro_remove_gallery_css( $css ) { return preg_replace( "##s", '', $css ); } add_filter( 'gallery_style', 'malioboro_remove_gallery_css' ); // include theme options require_once(TEMPLATEPATH . '/functions/admin-menu.php'); ?>