Skip to main content

Break lines in CSS 1414 Responses

Last post: 2 years, 9 months ago | Thread started: Aug 13, 09, 3:42 p.m.

RespondNew TopicDisable Images

Out of context: Response #10 [Aug 13, 09, 3:42 p.m.]

  • acescence

    paste this in your theme's functions.php file...

    function title_space_filter( $content ){
    return str_replace( " ", "<br />", $content );
    }
    add_filter( 'the_title', 'title_space_filter', 1 );

    next note >+ add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel

Skip to main content