• Hello!
    I’m struggling to customize the excerpt length of my category view without succeeding.
    Tried:
    – Advanced Excerpt plugin
    – “More” snippet
    – add_filter( ‘excerpt_length’, function($length) … on functions.php
    Is such a possibility somehow blocked on the free version of the plugin?
    Thanks,
    Best regards Andrea

    • This topic was modified 4 years, 11 months ago by afrascari.
    • This topic was modified 4 years, 11 months ago by afrascari.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Takao Utsumi

    (@utsumit)

    Hi,

    In that case, you need to customize content-list.php line: 24.

    <p><?php echo graphy_shorten_text( get_the_excerpt(), 160 ); ?></p>

    Please change the number (160).

    Regards

    Thread Starter afrascari

    (@afrascari)

    Thank you Takao! Works perfectly.
    Best regards Andrea

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot seem to customize excerpt length on Graphy’ is closed to new replies.