So, I have a wordpress page where I need to insert a block of html code, but when I output with the_content(), you know that wp wraps things in <p>, etc., so I want THAT PAGE to echo from the exact code. which I insert into the editor without this automatic formatting, there is a function or something else, I searched and found wpautop, but it does not work.
source
share