Welcome Guest, Not a member yet? Register   Sign In
importing articles from wordpress
#4

[eluser]CroNiX[/eluser]
If you are including it in your index.php, it is relative to that files location, which is usually in the html root dir. I assume your wp install is also in the root dir.

public_html (site root)
-blog (wp folder)
-application (ci folder)
-index.php (ci index.php)

Then you would just
require_once('blog/wp-blog-header.php');
in ci's index.php

EDIT: include should be at the top of the index.php, before CI stuff.


Messages In This Thread
importing articles from wordpress - by El Forum - 10-01-2010, 08:46 AM
importing articles from wordpress - by El Forum - 10-01-2010, 10:27 AM
importing articles from wordpress - by El Forum - 10-01-2010, 02:42 PM
importing articles from wordpress - by El Forum - 10-01-2010, 03:18 PM
importing articles from wordpress - by El Forum - 10-01-2010, 03:26 PM
importing articles from wordpress - by El Forum - 10-01-2010, 03:29 PM
importing articles from wordpress - by El Forum - 10-01-2010, 08:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB