First thing to do is look in your theme’s functions file and look for something that looks like the following code: function excerpt_length($length) { return 35; } Change the return value to edit how many words will show in the [...]
↧