<?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>bbPress support forums Topic: Display WP Blog Posts on Forum</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Display WP Blog Posts on Forum</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 03:04:46 +0000</pubDate>

<item>
<title>Krystian on "Display WP Blog Posts on Forum"</title>
<link>http://bbpress.org/forums/topic/display-wp-blog-posts-on-bbpress-forum#post-18180</link>
<pubDate>Tue, 12 Aug 2008 05:09:33 +0000</pubDate>
<dc:creator>Krystian</dc:creator>
<guid isPermaLink="false">18180@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;After all this problems I'm having I'll start studying php.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Display WP Blog Posts on Forum"</title>
<link>http://bbpress.org/forums/topic/display-wp-blog-posts-on-bbpress-forum#post-17157</link>
<pubDate>Wed, 09 Jul 2008 22:13:56 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17157@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I actually started on this as a plugin, my first one.  We'll see how it goes.
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Display WP Blog Posts on Forum"</title>
<link>http://bbpress.org/forums/topic/display-wp-blog-posts-on-bbpress-forum#post-17156</link>
<pubDate>Wed, 09 Jul 2008 21:18:24 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17156@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Many thanks for all the good suggestions.  I tried loading the wordpress functions as suggested in previous posts and could not get it to work.  Same problem with SQL queries (though I'm sure I'm doing something wrong).  I went back and tried the rss2html function and got it to work  - so I think I'll be able to tailor it enough to do what I need.&#60;/p&#62;
&#60;p&#62;This would be a great plugin, for those who are able to do it:)
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Display WP Blog Posts on Forum"</title>
<link>http://bbpress.org/forums/topic/display-wp-blog-posts-on-bbpress-forum#post-17150</link>
<pubDate>Wed, 09 Jul 2008 17:41:56 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17150@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;fiat, to do what you're talking about, you can load WordPress inside bbPress, to have access to WordPress functions inside bbPress.  It's not recommended, but here it is:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/documentation/integration-with-wordpress/#func&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/documentation/integration-with-wordpress/#func&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/wp-integration-header-integration#post-17084&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/wp-integration-header-integration#post-17084&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Detective on "Display WP Blog Posts on Forum"</title>
<link>http://bbpress.org/forums/topic/display-wp-blog-posts-on-bbpress-forum#post-17149</link>
<pubDate>Wed, 09 Jul 2008 17:16:17 +0000</pubDate>
<dc:creator>Detective</dc:creator>
<guid isPermaLink="false">17149@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Why don't you just make a sql query ? If you have both WP &#38;#38; BB in the same database it should be easy. Something like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$blog_posts = $bbdb-&#38;gt;get_results(&#38;quot;SELECT FROM wp_posts WHERE post_status = &#38;#39;publish&#38;#39; ORDER BY post_date DESC LIMIT 10&#38;quot;);
echo &#38;#39;&#38;lt;ul&#38;gt;&#38;#39;;
foreach ($blog_posts as $post)
   printf(&#38;#39;&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;/?p=%i&#38;quot;&#38;gt;%s&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;#39;, $post-&#38;gt;post_ID, $post-&#38;gt;post_title);
echo &#38;#39;&#38;lt;/ul&#38;gt;&#38;#39;;
unset($blog_posts);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Of course this has errors, i made it without looking ad the db fields. Also, is it get_results or get_rows? I forgot :p
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Display WP Blog Posts on Forum"</title>
<link>http://bbpress.org/forums/topic/display-wp-blog-posts-on-bbpress-forum#post-17147</link>
<pubDate>Wed, 09 Jul 2008 15:32:38 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17147@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I tried your suggestion and could not get it to work, and not savvy enough to create my own plugin from scratch.  It would seem like all I have to do is get the page to recognize and load all the forum and blog includes, then just call up my posts like I have on my blog homepage.  I just couldn't get this to go...but maybe I'm on the wrong train of thought or missing something.  This to me would be true &#34;integration&#34;.  &#60;/p&#62;
&#60;p&#62;Any other ideas or suggestions out there?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Display WP Blog Posts on Forum"</title>
<link>http://bbpress.org/forums/topic/display-wp-blog-posts-on-bbpress-forum#post-17127</link>
<pubDate>Tue, 08 Jul 2008 21:31:51 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17127@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't know of a plugin yet that will take an RSS feed and display it in bbPress. &#60;/p&#62;
&#60;p&#62;How about creating a plugin out of something like RSS2HTML and using that in bbPress?&#60;br /&#62;
&#60;a href=&#34;http://www.rss2html.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.rss2html.com/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Display WP Blog Posts on Forum"</title>
<link>http://bbpress.org/forums/topic/display-wp-blog-posts-on-bbpress-forum#post-17125</link>
<pubDate>Tue, 08 Jul 2008 21:25:29 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17125@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for the quick reply.  I saw bbSync previously, and it is not what I need because I don't want my blog posts to turn into forum topics.  I simply want to display my blog posts on the forum homepage.  There are actually not going to be any (or rarely any) commenting on our blog posts - it's for information only.  But I want a community homepage that combines the latest blog posts and forum main themes (or categories - not topics as I stated above).&#60;/p&#62;
&#60;p&#62;Is there code I can insert to grab the blog posts?  Or is there a way to grab and read the blogs RSS feed?  If so, how?  Thanks again in advance.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Display WP Blog Posts on Forum"</title>
<link>http://bbpress.org/forums/topic/display-wp-blog-posts-on-bbpress-forum#post-17122</link>
<pubDate>Tue, 08 Jul 2008 21:14:44 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17122@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think you want bbSync, at least to start:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/bbsync/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/bbsync/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Display WP Blog Posts on Forum"</title>
<link>http://bbpress.org/forums/topic/display-wp-blog-posts-on-bbpress-forum#post-17117</link>
<pubDate>Tue, 08 Jul 2008 19:39:00 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17117@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have the blog and forum installed (example.com/blog and example.com/forum) using the same database.  I'm in the process of creating a Community homepage similar to the feel of the Wordpress support page at &#60;a href=&#34;http://wordpress.org/support/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/&#60;/a&#62; - with the exception that I want my blog posts on the left above the search section.    I simply want the forum homepage to read and display the blog posts - with links back to the blog.  &#60;/p&#62;
&#60;p&#62;How do I get this to happen?  I've searched everywhere and nothing on this.  Ideally, I want to work from the forum, but if it's easier, how can I get my blog to read my forum topics? (the Latest Discussion plugin works, but I don't want latest discussions...I want forum topics.)  Any help is greatly appreciated.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
