- This topic has 6 replies, 3 voices, and was last updated 1 year, 11 months ago by .
-
Topic
-
Does the WYSWIYG field allow shortcodes? I saw this post:
https://metabox.io/support/topic/shortcode-in-wysiwyg-type/
but I think I am having a hard time understanding. Just for testing purposes I used the sample code from the WYSWIYG documentation https://docs.metabox.io/fields/wysiwyg/:
array( 'name' => 'WYSIWYG / Rich Text Editor', 'id' => 'field_id', 'type' => 'wysiwyg', 'raw' => false, 'options' => array( 'textarea_rows' => 4, 'teeny' => true, ), ),
So how exactly would I use shortcodes with this?
Thank for all you do and for all the help. It’s greatly appreciated.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.