Alright, I have been messing with it and I keep getting the same two errors. Maybe you can help me out.
I have included my WordPress header and footer into the gallery wrapper.header.default and wrapper.footer.default. In wrapper.header.default I also added
Code:
require_once('../robbins/wp-blog-header.php');
Which is the correct path to that file. With out that include, I get this error:
Code:
Fatal error: Call to undefined function: bloginfo() in /home/robbins/public_html/gallery/html_wrap/wrapper.header.default on line 128
When I add that include to wrapper.header.default, I get this error:
Code:
Fatal error: Call to a member function on a non-object in /home/robbins/public_html/robbins/wp-includes/functions.php on line 1068
This led me to this article on the WordPress site. Unfortunately it didn't make any sense I am stuck with that final error message. Ideas? Suggestions? Words of beratement?
Bookmarks