<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: include header, footer, sidebar in other CMS ?</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: include header, footer, sidebar in other CMS ?</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 06:05:58 +0000</pubDate>

<item>
<title>freakin on "include header, footer, sidebar in other CMS ?"</title>
<link>http://wordpress.org/support/topic/264618#post-1106314</link>
<pubDate>Tue, 16 Jun 2009 20:53:34 +0000</pubDate>
<dc:creator>freakin</dc:creator>
<guid isPermaLink="false">1106314@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Would you mind giving a little more information?  I'm trying to integrate vbulletin into a wordpress blog and having problems&#60;/p&#62;
&#60;p&#62;I have the following code in my vbulletin header template&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
    // turn off WordPress themes and include the WordPress core:
    // define(&#38;#39;WP_USE_THEMES&#38;#39;, false);
    require(&#38;quot;/home/scaphism/public_html/wordpress/wp-blog-header.php&#38;quot;);

get_header();

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and my header is not being included.  &#60;/p&#62;
&#60;p&#62;i have also tried the reverse by attempting to include my vbulletin index in a WP page template but that does not work either.  &#60;/p&#62;
&#60;p&#62;I also have a get_sidebar &#38;amp; get_footer in the vbulletin footer template.&#60;/p&#62;
&#60;p&#62;Any thoughts?
&#60;/p&#62;</description>
</item>
<item>
<title>jackalpret on "include header, footer, sidebar in other CMS ?"</title>
<link>http://wordpress.org/support/topic/264618#post-1054125</link>
<pubDate>Thu, 23 Apr 2009 13:53:42 +0000</pubDate>
<dc:creator>jackalpret</dc:creator>
<guid isPermaLink="false">1054125@http://wordpress.org/support/</guid>
<description>&#60;p&#62;i found that ... i test in wp and works ... now i go to test in wpmu&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
    // turn off WordPress themes and include the WordPress core:
    // define(&#38;#39;WP_USE_THEMES&#38;#39;, false);
    require($_SERVER[&#38;#39;DOCUMENT_ROOT&#38;#39;] . &#38;#39;/wordpress/wp-blog-header.php&#38;#39;);

get_header();

?&#38;gt;

&#38;lt;div id=&#38;quot;contenido&#38;quot;&#38;gt;
	&#38;lt;table border=&#38;quot;0&#38;quot; cellpadding=&#38;quot;4&#38;quot; cellspacing=&#38;quot;0&#38;quot; class=&#38;quot;ppal&#38;quot; width=&#38;quot;372&#38;quot;&#38;gt;
		&#38;lt;tr&#38;gt;
			&#38;lt;td valign=&#38;quot;top&#38;quot;&#38;gt;
			AAAA
			&#38;lt;/td&#38;gt;
		&#38;lt;/tr&#38;gt;
		&#38;lt;tr&#38;gt;
			&#38;lt;td valign=&#38;quot;top&#38;quot;&#38;gt;
			BBBB
			&#38;lt;/td&#38;gt;
		&#38;lt;/tr&#38;gt;
	&#38;lt;/table&#38;gt;
&#38;lt;/div

&#38;lt;?php get_sidebar(); ?&#38;gt;

&#38;lt;?php get_footer(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>jackalpret on "include header, footer, sidebar in other CMS ?"</title>
<link>http://wordpress.org/support/topic/264618#post-1054095</link>
<pubDate>Thu, 23 Apr 2009 13:34:29 +0000</pubDate>
<dc:creator>jackalpret</dc:creator>
<guid isPermaLink="false">1054095@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi all !!&#60;br /&#62;
I've a cms that i want to include the header, footer and sidebar of my wordpress... for example vbulletin.&#60;/p&#62;
&#60;p&#62;Do you have a suggest to do this ?&#60;br /&#62;
because if i &#34;include&#34; the index of vbulletin in my wordpress, when i click on a forum or topic, i lost the header, sidebar, and footer of wordpress...
&#60;/p&#62;</description>
</item>

</channel>
</rss>
