'000000', 'border' => '333333', 'text' => 'ffffff', 'link' => 'ff0000', 'url' => 'ff0000', ); /** * Add support for the Featured Content Plugin */ add_theme_support( 'featured-content', array( 'featured_content_filter' => 'hero_get_featured_posts', 'description' => __( 'The featured content section displays on the front page above the first post in the content area.', 'hero' ), 'max_posts' => 10, 'post_types' => array( 'post', 'page' ), ) );