Skip to content

Instantly share code, notes, and snippets.

@steppohub
Created December 8, 2014 03:11
Show Gist options
  • Save steppohub/2d19f3b491b55007fb59 to your computer and use it in GitHub Desktop.
Save steppohub/2d19f3b491b55007fb59 to your computer and use it in GitHub Desktop.
editor styles adding
function my_theme_add_editor_styles() {
add_editor_style( 'editor-style.css' );
}
add_action( 'after_setup_theme', 'my_theme_add_editor_styles' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment