• Good evening
    I have to prevent the plugin to insert a leading/trailing paragraph on my excerpt.

    this code
    <span><?php echo the_advanced_excerpt('length=20&use_words=1&exclude_tags=img,p,strong');?></span>
    produces this text
    <span><p>SOME TEXT…</p></span>

    I just need to remove the unwanted paragraphs generated by the plugin.
    Is that possible?

    http://wordpress.org/plugins/advanced-excerpt/

  • The topic ‘Remove leading and trailing f’ is closed to new replies.