09/30/2016 at 12:14 pm
#393828
Keymaster
@ Jonathan
I’m not at all familiar with the Collapse-O-Matic plugin but if you want to apply shortcodes to the bio excerpt section on Circle you can do so by adding this filter:
add_filter( 'cn_bio', 'do_shortcode' );
You can add this filter by installing the Code Snippets plugin and then adding a new snippet with this code. Make sure the *save and activate the snippet to run in the frontend only.
Hope that helps!