__( 'Main Navigation', 'sienna_wdl' ) ) ); // This theme uses post thumbnails add_theme_support( 'post-thumbnails' ); add_image_size( 'sienna', 230, 140, true ); // Add default posts and comments RSS feed links to head add_theme_support( 'automatic-feed-links' ); // Allow Shortcodes in Sidebar Widgets add_filter('widget_text', 'do_shortcode'); /** * Add default options and show Options Panel after activate */ if (is_admin() && isset($_GET['activated'] ) && $pagenow == "themes.php" ) { //Do redirect header( 'Location: '.admin_url().'admin.php?page=am-main.php' ) ; } ?>