• Resolved jomo5280

    (@jomo5280)


    Is there a way I can increase the excerpt length? I tried a filter using “excerpt_length” but it does not work.

    thanks!

    • This topic was modified 1 year ago by jomo5280.
Viewing 1 replies (of 1 total)
  • Thread Starter jomo5280

    (@jomo5280)

    Nevermind – I found your correct hook to use – thanks!

    add_filter(“tc_caf_excerpt_length”,’trusty_exc_length’); function trusty_exc_length () { return 5; }

Viewing 1 replies (of 1 total)
  • The topic ‘Excerpt length’ is closed to new replies.