Viewing 1 replies (of 1 total)
  • Thread Starter almendron

    (@almendron)

    Option “Remove shortcodes from the excerpt. (recommended)” does not work.

    Temporary solution: modify file class/advanced-excerpt.php

    $text = get_the_content( '' );
    $text = apply_filters('the_content', $text);

    change

    $text = get_the_content( '' );
    if(1 == $no_shortcode)
    	$text = strip_shortcodes($text);
    $text = apply_filters('the_content', $text);
Viewing 1 replies (of 1 total)
  • The topic ‘Issue with caption’ is closed to new replies.