Add Class to All Excerpts in WordPress
In WordPress, the post excerpt can be displayed using a function called the_excerpt(). This function has no parameters but it does have some filters which you can hook into. I…
In WordPress, the post excerpt can be displayed using a function called the_excerpt(). This function has no parameters but it does have some filters which you can hook into. I…
I just stumbled across these two little pieces of code and thought that they might be useful to some people out there who want to mess around with the default…
This is just a revamp of a function I wrote a while back to add the ability to limit the number of words displayed when you call the excerpt or…