Fatal error: Call to a member function add_rewrite_tag() on a non-object in /wp-includes/taxonomy.php on line 333

I get this error while trying to load wordpress in a smarty template. But when I visit wordpress I dont get that error any where.

the code I use to load wordpress is :

Read More
{php}include $_SERVER['DOCUMENT_ROOT'].'/wordpress/wp-load.php';
get_header();{/php}

The Error :
Fatal error: Call to a member function add_rewrite_tag() on a non-object in /wp-includes/taxonomy.php on line 333

Related posts

Leave a Reply

2 comments