• Resolved merlin4539

    (@merlin4539)


    I am using the Sunspot theme, and want to limit the amount of words for posts before Read the Rest…

    I edited tweaks.php to change the word length:

    /**
    * Sets the post excerpt length to 55 words.
    *
    */
    function sunspot_excerpt_length( $length ) {
    return 25;
    }

    but it did not change anything.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘post excerpt length’ is closed to new replies.