'ffffff', 'border' => 'eeeeee', 'text' => '7f8c8d', 'link' => '00a185', 'url' => '00a185', ); } add_theme_support( 'print-style' ); } add_action( 'after_setup_theme', 'revelar_add_wpcom_support' ); /** * Remove the widont filter because of the limited space for post/page title in the design. */ function revelar_wido() { remove_filter( 'the_title', 'widont' ); } add_action( 'init', 'revelar_wido' );