Forums
-
- Forum
- Posts
-
- Installation
- 28,383
- Troubleshooting
- 62,262
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,918
- 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.