I am trying to integrate Wordpress into Drupal by following instructions from this website:
http://codex.wordpress.org/Integrating_WordPress_with_Your_Website
This website describes steps for a webpage to use The Loop (http://codex.wordpress.org/The_Loop).
I included the blog header file with the following code:
require('./blog/wp-blog-header.php');
This works in a non-Drupal php page. However, when I use it in a Drupal page (with PHP Code enabled), it displays an entirely blank page.
Does anyone know how to fix this?
Read »








