Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Schutter

    (@tschutter)

    I have a fix ready for this, will include it in v0.6.

    In the meanwhile you can get the beta from github: https://github.com/codepress/column-shortcodes

    You can prefix the shortcode by placing the following in your functions.php.

    add_filter( 'cpsh_prefix', 'set_shortcode_prefix' );
    function set_shortcode_prefix() {
    	return 'myprefix_'; // edit this part if needed
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Rename the shortcodes’ is closed to new replies.