Thanks a lot panther! I will take a look at them right now!
Why is this post marked as resolved? I am using 2.8.6 and the following code on my functions.php and it is not working.
add_filter(‘excerpt_length’, ‘new_excerpt_length’);
function new_excerpt_length($length) {
return 10;
}
Which table can I check in order to see if the filter is actually there?
Thanks!