Snipe.Net Geeky, sweary things.

Truncate text to x number of words

T

This code will truncate given text to a certain length, adding “…” where it’s been truncated. For example:

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque ac urna a erat pharetra placerat. Sed at tortor id lacus pellentesque malesuada. Suspendisse vitae dui vel velit tincidunt aliquet. Cras condimentum lobortis leo. Integer semper. Nunc semper felis a neque malesuada posuere. Quisque convallis dolor sed erat. Mauris tellus. Nulla vestibulum diam sed felis. Aenean mi orci, fringilla at, vulputate dapibus, cursus ut, sem.

Would be turned into:
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque ac…

Shorten text
 $shortened_text_num ) {
        $shortened_text .= "... ";
    }
    return strip_tags($shortened_text);

}
?>

About the author

snipe

I'm a tech nerd from NY/CA now living in Lisbon, Portugal. I run Grokability, Inc, and run several open source projects, including Snipe-IT Asset Management. Tweet at me @snipeyhead, skeet me at @snipe.lol, or read more...

By snipe
Snipe.Net Geeky, sweary things.

About Me

I'm a tech nerd from NY/CA now living in Lisbon, Portugal. I run Grokability, Inc, and run several open source projects, including Snipe-IT Asset Management. Tweet at me @snipeyhead, skeet me at @snipe.lol, or read more...

Get in Touch