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

[eluser]Piatra[/eluser]
i have my domain, lets call it example.com . i have wordpress in one folder and codeigniter in another. i want to import articles from wordpress to codeigniter .
my structure is
www.example.com/blog/
www.example.com/codeigniter/
I tried importing using
Code:
<?php
// Include Wordpress
define('WP_USE_THEMES', false);
require('./blog/wp-load.php');
query_posts('showposts=1');
?>
But i get an error saying call to undefined function query_posts. Really need to get this done. Any help is more then welcomed!


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