Interference with Theme’s Short Codes
-
The plug-in is conflicting with my theme’s short codes but basically the one_half, since the theme has also one with the same name. I did try this code in the functions.php I’ve found in the FAQ section but it didn’t work so I need to stop my theme’s short codes to work or this pug-in to take fully control over the short codes of the theme
add_filter( ‘cpsh_prefix’, ‘set_shortcode_prefix’ );
function set_shortcode_prefix() {
return ‘myprefix_’; // edit this part if needed
}What else should I do? or What should I add to that code?
The website URL is arleneangarddesigns.com
I will really appreciate your help. Thanks so much in advance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Interference with Theme’s Short Codes’ is closed to new replies.