Hide shortcode from WYSIWYG
-
Hello
For a client I’m developing a site with WordPress as CMS. I’m trying to call a plugin by shortcode like:
<div id=’divid’>
[shortcode]
</div>Of course I put this in the html-editor of a specific page. The WYSIWYG editor will display [shortcode]. I think if it is visible, my client will think it doesn’t belong there and probably will delete it. Is there another way to do this? For instance a way to not show the shortcode in the WYSIWYG editor?
- The topic ‘Hide shortcode from WYSIWYG’ is closed to new replies.