Forums
- 
		- Forum
- Posts
 
- 
		
			
		
			- Installation
- 28,536
 - Troubleshooting
- 62,802
 - Themes
- 10,444
 - Plugins
- 15,389
 - Requests & Feedback
- 14,986
 - Showcase
- 3,257
 
- 
		
@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.