Hi,
When i try to display the_content() into a regular loop, it work just great. BUT, instead of having my clean html markup inside the page, wordpress put a real mess into it!
Here's the unwished html markups :
<div id="presentoir">
<div id="awppost_51" class="awppost">
<div id="awppost_1_51" class="awppage" style="">
<p>MY REGULAR CONTENT</p>
</div>
</div>
How can I deal with it?
Thanks for your help!