Modify excerpt length
-
Hi Folks, I’m getting my hands dirty on the Awaken theme, but got stuck at the excerpt length. In functions.php on lines 110-138 the excerpt is defined. Changing the value in lines 134-136:
function awaken_excerpt_length( $length ) { return 23; }
doesn’t help me. The result is the same, no matter if I set 23 to 0, 1 or 999.
I can remove the whole block, however, the manual read more doesn’t work in this theme. Which is a bit of a bother.
How can I set the excerpt length, and how do I get the manual read more working?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Modify excerpt length’ is closed to new replies.