Migrate php folder to WordPress

I assume that each php file contains the content of a page. It depends a lot on how your content is written in that php page, you should make another php script, go trough all files in that directory. <?php if ($handle = opendir(‘/path/to/files’)) { echo “Directory handle: $handle\n”; echo “Entries:\n”; /* This is the … Read more

ExpressionEngine Export/Import Issues

I found the answer. The way the XML file was being rendered, there was no line break between the item closing tag, and the next item’s opening tag (</item><item>). This passed all validation tests, but WP wouldn’t process it properly. I added the line breaks, and everything worked as expected. Thanks to everyone for the … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)