How to include wp-load.php file in bbpress site?
-
I want to include wordpress wp-load.php on my bbpress (1.1) website.
When I add this:<?php require($_SERVER['DOCUMENT_ROOT'] . '/wordpress/wp-load.php'); ?>
I get following error:
Fatal error: Cannot redeclare wp_clone() (previously declared in \bbpress\bb-includes\backpress\functions.core.php:1043)
Can someone tell me how can I fix this error? Thanks.
- The topic ‘How to include wp-load.php file in bbpress site?’ is closed to new replies.