[Plugin: WP Columnize] Remove shortcode from content?
-
Hi,
First of all, great plugin. Saved my ass from hard coding columns in HTML.Now, if I want to strip the short code from the content or excerpt in such cases where it is not preferable two have columns, how do I go about doing that?
I’ve tried
<?php remove_all_shortcodes('the_content') ; the_content(); ?>but without success. That just leaves[col-sect]and[column]embedded in the post.Suggestions?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: WP Columnize] Remove shortcode from content?’ is closed to new replies.