Forums
-
- Forum
- Posts
-
- Installation
- 27,638
- Troubleshooting
- 60,582
- Themes
- 10,192
- Plugins
- 14,981
- Requests & Feedback
- 14,609
- Showcase
- 3,238
-
@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.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS