Using WordPress header and footer on external page with its own database
-
I have wordpress installed on my server. The file structure includes a folder “Rant Board” at the same level as “WP-Content”. I essentially have a normal wordpress site, but plan to have a top navigation page devoted to a page for users to leave anonymous posts.
This rant page is actually calls an entirely separate database used to store and retrieve the anonymous postings. All files required for this are included in the “Rant Board” directory (including its own header.php, functions.php, etc).
The rant board page script works fine until I try to incorporate “wp-blog-header.php” at the top of the index page. I’ve been told including this is how to get the header and footer from the wordpress install displayed on an external page. It displays the header correctly, but then the rest of the rant board index page is not displayed.
I believe this is because the wp-blog-header.php calls the wordpress config.php and sets the database connection and directory paths. This would throw the rest of the rant board php code off.
How would I set the page back to the rant board database settings? Is there a way around wp-blog-header resetting this information? Do you think the issue is elsewhere?
- The topic ‘Using WordPress header and footer on external page with its own database’ is closed to new replies.