Hi,
I am importing my blog from Movable Type. Inside my posts I have used some PHP and custom HTML. (such as <div class="date"> ... </div> and calling a function like <?php func("223"); ?>).
When I am importing into WordPress, all these disappear... <div class ..> becomes a plain <div> and the PHP code is lost altogether.
(I found plugins to be able to use PHP codes inside posts, once I can import them).
How can I import the Movable Type posts as-is into WordPress, without any cleaning up? Thanks.