ID) . '">' . 'Read More »' . ''; } add_filter('excerpt_more', 'aisha_excerpt_more'); /** * Registers an editor stylesheet for the theme. */ function aisha_add_editor_styles() { add_editor_style( 'custom-editor-style.css' ); } add_action( 'admin_init', 'aisha_add_editor_styles' );