[wp-hackers] bbPress integration: merge forum topics
into Wordpress Loop
José Fontainhas
jfontainhas at gmail.com
Wed May 7 08:43:54 GMT 2008
Here: http://bbpress.org/documentation/integration-with-wordpress/
You need to: require_once('path/to/wp-blog-header.php'); in bbPress'
bb-config.php
;)
Jose
Stephen Rider wrote:
> Another approach might be to edit the WordPress functions to look at
> the bbpress data and grab topics with the right meta-tag on it. Then
> any time the regular WordPress loop is called, it is filtered to
> include the bbpress "posts".
>
> That might be a cleaner approach with regards to themes, etc.
> Probably a plugin-able system too.
>
> Or... Regarding using WordPress functions in bbpress, there is a WP
> file that you would include in the bbpress plugin. Forgetting what it
> is -- wp-header.php or something like that?
>
> Stephen
>
More information about the wp-hackers
mailing list