Skip to content

Instantly share code, notes, and snippets.

@raideus
Created May 6, 2012 13:56
Show Gist options
  • Save raideus/2622419 to your computer and use it in GitHub Desktop.
Save raideus/2622419 to your computer and use it in GitHub Desktop.
Apply Your WordPress Theme Styles in the WYSIWYG Editor
<?php
// Add styles to the WYSIWYG editor. Function finds stylesheet from the root of the current theme's folder.
add_editor_style('style.css');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment