I have a wordpress site that has to integrate with a .NET platform for a client. I simply need to add two commented out pieces of HTML for it to work on the .NET platform end (not our system).
Wordpress keeps stripping it out of the custom template, though. Is there a way around this?
Note: This is not done in the backend editor. This is directly in the template php file that I'm placing these two commented lines of code.
Also note: I already tried Linklays function to modify tinymce to see if that would be a solution, but again this isn't using tinymce since it's hard-coded into the template.
Edit: Template Code:
I have a wordpress site that has to integrate with a .NET platform for a client. I simply need to add two commented out pieces of HTML for it to work on the .NET platform end (not our system).
Wordpress keeps stripping it out of the custom template, though. Is there a way around this?
Note: This is not done in the backend editor. This is directly in the template php file that I'm placing these two commented lines of code.
Also note: I already tried Linklays function to modify tinymce to see if that would be a solution, but again this isn't using tinymce since it's hard-coded into the template.
Edit: Template Code:
Share Improve this question edited Dec 18, 2019 at 17:38 Crystal Groves asked Dec 18, 2019 at 17:06 Crystal GrovesCrystal Groves 11 bronze badge 8 | Show 3 more comments1 Answer
Reset to default 0Figured this out, autoptimize strikes again.
<!--WebLink:ContentTitle-->
means? – kero Commented Dec 18, 2019 at 17:56