Meta Box
Support Forum
Support › Meta Box Group › Cloenable group with WYSIWYG with shortcodes and non-breakable spaces
Hi,
Seems that WYSIWYG doesn't render shortcodes and non-breakable spaces. How I solve this?
Thanks
No solutions for this error? I search solutions in this forum but I don't understand the solution.
To render the shortcode and spaces, you have to do that manually. Here is a sample code:
echo do_shortcode( wpautop( $meta ) );
Hi Anh,
Ok, thanks for the sample code. Now works fine.