comment code:
// apply 'the_content' filter to slide content to process any shortcodes
#if ($slide_data['shortcodes'] == 'true') {
#$slide_data["slide".$i."_content"] = apply_filters('the_content', $metadata["sa_slide".$i."_content"][0]);
#} else {
$slide_data["slide".$i."_content"] = $metadata["sa_slide".$i."_content"][0];
#}
sorry, plugin “Slide anything” error viewing the WordPress Administration Panels whith shortcode
Very strange. Saves all shortcode, but [latest-selected-content] dont show
———
Resolved:
only show shortcode in the theme
if ( ! is_admin() ) { $slide_content=do_shortcode($slide_content); } #frontend.php