<p>Howdy!We’re about to begin the process to import all of your Movable Type entries into WordPress. Before we get started, you need to edit this file (<code>import/mt.php</code>) and change one line so we know where to find your MT export file. To make this easy put the import file into the <code>wp-admin/import</code> directory. Look for the line that says:</p>
<p>Ifyou've done that and you’re all ready, <a href="<?php echo add_query_arg('step', 1) ?>">let'sgo</a>!Rememberthattheimportprocessmaytakeaminuteorsoifyouhavealargenumberofentriesandcomments.Thinkofalltherebuildingtimeyou'll be saving once it'sdone.:)</p>
<p>Theimporterissmartenoughnottoimportduplicates,soyoucanrunthismultipletimeswithoutworryif—for whatever reason—it doesn't finish. If you get an <strong>out of memory</strong> error try splitting up the import file into pieces. </p>
<?php
$this->footer();
}
functionget_entries(){
set_magic_quotes_runtime(0);
$importdata=file(MTEXPORT);// Read the file into an array