Personify Category Archive Excerpt Length

On IdahoRadio.com I can’t figure out where/how to control the size of the excerpt. Is this a wordcount or char variable? A max-height setting? Please advise. I want display a longer excerpt.

I put this into functions.php but it change anything:
function custom_excerpt_length($length) {
return 100; // Replace 20 with your desired word count
}
add_filter(‘excerpt_length’, ‘custom_excerpt_length’, 999);
add_filter(‘excerpt_length’, ‘custom_excerpt_length’, PHP_INT_MAX);

AI said this:
Some themes use custom functions for excerpts instead of the default WordPress get_the_excerpt() or the_excerpt() . If your theme uses its own excerpt function, the filter won’t apply. You may need to edit the theme’s specific files (e.g., content.php or template files).

Hello @mlbass,

Thanks for writing to us.

I would suggest you go to the Cornerstone—>Theme options —>Blog—>Excerpt length.

I tried to access your site dashboard, but it is not accessible on my end at the moment, please let us know when it is accessible.

Thanks

Set it to 500, no change.
Tried the login I entered in secure notes and it works for me.

Hello @mlbass,

Please edit the #Blog component. Kindly go to the URL in the secure note.

  • see URL below

Enable the the Breakout Mode and then change the excerpt length from 23 to your desired value.

PS: Make sure that the “Turn Off Content” value is blank.

Kindly let us know how it goes.

Not going well. I can get into breakout mode with ctrl+alt+b .but after that, cannot find this screen, or even a Personify:Heading component on this page. I went through all of these:

Hey @mlbass,

It should be the Results Feed then the Excerpt.

Hope this helps.

So Close, but . . .
I get here:

But then when I click on this, I get this:

Hello @mlbass,

Make sure to leave the “Turn OFF Content” as empty so that you will see the Text Area for the excerpt content.

Thanks.

Got it. In the dashboard, it’s working (here’s a transcripts screenshot)

image

But its not displaying on the same expanded excerpt on the live site

image

Thank you for the update.

We replaced the Excerpt component with a Text element containing the excerpt dynamic content.

Result in /blog/ page.

Not seeing the change on the live site (purged caches):

We also edited the Personify: Posts (Result Feed) in the #Blog component to adjust the excerpt length. Please make sure to purge the cache before checking.

Thanks! Looks good. Appreciate the help.

You are most welcome @mlbass