Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: [Resolved] How do I strip the ”p” tag from ”bp_group_description_excerpt”?

Try putting this in your theme’s functions.php

remove_filter( ‘bp_get_group_description_excerpt’, ‘wpautop’ );

Skip to toolbar