Highlight keywords in search results within the_excerpt and the_title
I whipped up this little snippet that you can add to the functions.php of your wordpress theme to highlight keywords in search results for the_excerpt and the_title. A few highlight search results snippets floating around including a great one by Michael Martin. However they require you edit template files so this is my take on Michaels Idea.
read moreIncrease 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 morethis months featured snippets
Convert URI, www, ftp, and emails into clickable links
This is a simple snippet but a gem I have used in several projects. Adding this snippet to the functions.php of your wordpress theme converts URI, www, ftp, and email addresses into clickable links within the_content and or the_excerpt enjoy!
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 moreAdd 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 moreCheck if post has the_excerpt
Adding this PHP code to your wordpress theme will allow you to check if a post contains an excerpt. Wordpress will use the post as an excerpt when one does not exists so this is a great way to display the excerpt when not every post will contain one.
read more












