Tagged: Custom Post Type
Hi,
I have created custom post types to display testimonials. When I click to read the testimonial, the text appears then vanishes leaving a single sentence. It’s really weird. Has anyone else experienced this?
I have a staging copy set up where I fully updated everything and disabled all plugins (except Custom Post Types) but the issue still remains.
The link to one of the posts has been added privately. Thanks
Hey conjunktionman,
Are you using the Layout Builder to display those posts? If you registered the post type manually, did you make sure that it supports excerpts? https://codex.wordpress.org/Function_Reference/register_post_type
Best regards,
Rikard
I found out the issue. Was a script in the child themes functions php. Must have been added for some reason during development.
Thanks for your time.