I’m using the PODS plugin to create custom post types, and one of the features of Pods is the ability to create templates (not Wordpress templates) for displaying the custom post types. When I created an template for my custom post type, when I display the archive page, all the HTML is stripped out.
On researching this, and searching the support forum here, I noticed that one of the responses on something unrelated mentioned that html tags are stripped out of excerpts, and I suspect that’s the problem. I’m guessing that the custom post type template is running through the excerpts filter on the archive pages.
Is there any way to stop it from stripping out the html? I’m comfortable working in php and have a child theme already. But it would help me if you could point me in the right direction for how to start.
Here’s an example of what’s happening:
https://www.mdprogressivecaucus.com/membergroups/
Here’s what it should look like:
https://www.mdprogressivecaucus.com/groups-directory/
Thanks
Sheila Ruth