Forums
-
- Forum
- Posts
-
- Installation
- 28,535
- Troubleshooting
- 62,775
- Themes
- 10,444
- Plugins
- 15,385
- Requests & Feedback
- 14,987
- 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.