Forums
-
- Forum
- Posts
-
- Installation
- 28,369
- Troubleshooting
- 62,145
- Themes
- 10,387
- Plugins
- 15,305
- Requests & Feedback
- 14,888
- Showcase
- 3,252
-
@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