Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hello, I,ve visited your site and I don’t see any problem with shortcodes.

    In case you are still interested, I had the same problem you have, and I solved it with the following line:

    $text = preg_replace( ‘|\[(.+?)\](.+?\[/\\1\])?|s’, ”, $text);

    This regular expression does the job. Just use it befero you echo the post excerpt.

    Good Luck,
    Avantix

Viewing 1 replies (of 1 total)