No excerpt available, display default message
Adding this snippet to your wordpress theme will allow you to display a default message when no excerpt has been added.
read moreRemove support for specific post type features
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 morethis months featured snippets
Increase the excerpt field height
Adding this snippet to the functions.php of your wordpress theme will increase height of the excerpt field within your post editing screen.
read moreEnable TinyMCE editor for post the_excerpt
Adding this snippet to the functions.php of your wordpress theme will add the TinyMCE editor to the post excerpt textarea.
read moreNofollow external links only, the_content and the_excerpt
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 moreAdd “Read More” permalink to the end of the_excerpt
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 moreAutomatically add text to the post excerpt
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 morelast months featured snippets
Add a character counter to excerpt metabox
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




















