v1.0.0 – Return a whole sentence with Get Better Excerpt
I’ve upgraded my Get Better Excerpt plugin this morning to include a cool new feature, now you can retrieve a complete sentence instead of a series of words for your WordPress excerpts.
To return a single sentence:
get_better_excerpt(’sentence=1′);
For two sentences:
get_better_excerpt(’sentence=2′);
Of course, you can also combine this with other options:
get_better_excerpt(’sentence=2&link=true’);





