including index.php
-
What I would like to do is to include the WordPress index.php in another php page. I’ve created my own CMS/layout system, and I just want to make use of WP’s powerful blogging features (comments, trackbacks, pingbacks). I’ve created a striped-down WP theme that only displays the relevant blog items, but when I try to include WP’s index.php from a sub-dir, it errors out with the following:
Fatal error: Call to a member function on a non-object in /var/www/wordpress/wp-includes/functions.php on line 1068using the latest WP 1.5
Where’s my problem?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘including index.php’ is closed to new replies.