Hi!
I have the Excerpt field manually filled in on a Custom Post Type.
{{ post.excerpt }}
is ignored, and the full content got outputted inside a Looper.
Thanks!
Hi!
I have the Excerpt field manually filled in on a Custom Post Type.
{{ post.excerpt }}
is ignored, and the full content got outputted inside a Looper.
Thanks!
We really just use the the_excerpt
function. Is there some setting for this custom post type that would control that? Is this through ACF?
Hi @charlie,
Yes, this is through the ACF. Yesterday it was working like that. I woke up today into loopers working normally. Not sure what happened there, but now it work.
Thanks!