Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to include a Meta Description and Keywords in bbpress without a plug-in.


merlin214365
Member

@merlin214365

@psycheangels just add some more filters to

if ( $posts ) {
$out = $posts[0]->post_text;
$out = strip_tags( $out );

Like this one

$out = str_replace( '<br />', '', $out );

there might be an easier way but im still learning.

Skip to toolbar