THEME_VERSION, // layout settings -- if any of these is enabled, then all must be enabled as well since they are all connected // note that only 'layout' is used for reference 'layout' => 'col-2-right', 'page_width' => 'fixed', 'page_width_max' => 1200, 'dimensions_fixed_col-2-left' => '320', 'dimensions_fixed_col-2-right' => '640', 'dimensions_fixed_col-3' => '240;720', 'dimensions_fixed_col-3-left' => '240;480', 'dimensions_fixed_col-3-right' => '480;720', 'dimensions_fluid_col-2-left' => '30', 'dimensions_fluid_col-2-right' => '70', 'dimensions_fluid_col-3' => '25;75', 'dimensions_fluid_col-3-left' => '25;50', 'dimensions_fluid_col-3-right' => '50;75', 'color_scheme' => 'light.css', // favicon path 'favicon' => THEME_URL.'/sample/favicon.ico', // logo image path 'logo' => '', // background image/color 'background_image' => '', 'background_color' => '000000', // css elements on which background image/color is applied - internal settings, required if the above 2 are present 'background_image_selector' => 'body', 'background_color_selector' => 'body', // footer 'footer_content' => '
[credit] | [link rss]
', // social media links 'media_rss' => get_bloginfo('rss2_url'), 'media_twitter' => 'http://twitter.com/tweetnorris/', 'media_facebook' => 'http://www.facebook.com/WordPress/', 'media_flickr' => '', 'media_myspace' => '', // post previews (home, archive, search pages) 'post_title' => true, 'post_date' => true, 'post_date_mode' => 'relative', 'post_category' => true, 'post_tags' => true, 'post_author' => true, 'post_comments' => true, 'post_content' => true, 'post_content_mode' => '50', 'post_thumbs' => true, 'post_thumbs_mode' => 'left', 'post_thumb_size' => '140x140', 'post_thumb_auto' => true, // single post pages 'single_links' => true, 'single_print' => true, 'single_meta' => true, 'single_share' => true, 'single_author' => false, 'single_related' => true, // comments 'comment_flags' => true, 'comment_filter' => false, // atom_count('all', 'comment') > (atom_count('all', 'post') * 10) ? true : false 'comment_karma' => true, 'comment_bury_limit' => -5, // ad blocks 'advertisments' => array(), // user css 'css' => '', // advanced 'jquery' => true, 'jquery_init_query' => true, 'optimize' => true, 'generate_thumbs' => true, 'lightbox' => true, 'debug' => false, 'meta_description' => true, 'functions' => " false, ); } } /** * Set up custom menus * * @since 1.2 * * @return array Menus */ if(!function_exists('atom_nav_menus')){ function atom_nav_menus(){ return array( 'top' => _a('Page Top'), 'primary' => _a('Below Header (Main)'), 'footer' => _a('Above Footer'), ); } } /** * Set up widgetized areas * 'arbitrary' should always be present, otherwhise the [widget] shortcode and tabbed widgets won't work... * * @since 1.2 * * @return array Widget Areas */ if(!function_exists('atom_widget_areas')){ function atom_widget_areas(){ return array( array( 'name' => _a('Primary Sidebar'), 'id' => 'sidebar-1', 'description' => _a('This is the default sidebar, active on 2 or 3 column layouts. If no widgets are visible, the page will fall back to a single column layout.'), 'before_widget' => '