updated   : April 22, 2013
we now have 608 snippets

No excerpt available, display default message

wordpress snippet

Adding this snippet to your wordpress theme will allow you to display a default message when no excerpt has been added.

read more

Remove support for specific post type features

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will remove support for the specific features bellow from specified post types. Change the word ‘post’ to anything you like including a custom post type name or the default post, page.

read more

Increase the excerpt field height

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will increase height of the excerpt field within your post editing screen.

read more

Enable TinyMCE editor for post the_excerpt

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will add the TinyMCE editor to the post excerpt textarea.

read more

Nofollow external links only, the_content and the_excerpt

wordpress snippet

This great little snippet that will add rel=”nofollow” to external links within both the_content and the_excerpt. Add this snippet to the functions.php of your wordpress theme to enable nofollow external links.

read more

Add “Read More” permalink to the end of the_excerpt

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will add a “read more” permalink at the end of the excerpt much like the_content does.

read more

Automatically add text to the post excerpt

wordpress snippet

You may or may not have already seen the code we posted to automatically add text to new posts so we setup some code to do the same for your excerpt. Adding this code to the functions.php of your wordpress theme will automatically add text to your excerpt field when creating a new post.

read more

Add a character counter to excerpt metabox

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will add a character counter to excerpt metabox. Update: Made a small update to a more appropriate hook, thanks Andrew.

read more