Forums
-
- Forum
- Posts
-
- Installation
- 28,421
- Troubleshooting
- 62,484
- Themes
- 10,419
- Plugins
- 15,336
- Requests & Feedback
- 14,958
- Showcase
- 3,256
-
@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.