Add Wrapper with Class to WYSIWYG Editor
Here’s the approach that I use. I add a single class (typically .entry-content) to the WP Editor on the back end as well as to the wrapper element when I output content on the front end. style.css .entry-content h2 { color: purple; } /* etc … */ I’m also using add_editor_style() to load my theme’s … Read more