• hello. i love your theme. just recently, all of a sudden, I can’t change its excerpt length anymore. only the new post. this used to be working fine.

    if ( ! function_exists( ‘ac_custom_excerpt_length’ ) ) {

    function ac_custom_excerpt_length( $length ) {
    return 25;
    }

Viewing 1 replies (of 1 total)
  • Theme Author acosmin

    (@acosmin)

    It should work, nothing changed in the recent updates that would impact excerpts. Are you using a child theme?

Viewing 1 replies (of 1 total)

The topic ‘ac_custom_excerpt_length( $length )’ is closed to new replies.