Created
May 6, 2012 13:56
-
-
Save raideus/2622419 to your computer and use it in GitHub Desktop.
Apply Your WordPress Theme Styles in the WYSIWYG Editor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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