Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Using wp_head within bbPress


John James Jacoby
Keymaster

@johnjamesjacoby

@Sam

Please correct me if I’m wrong, but if you check out http://www.delsolownersclub.com/forums/, the links for the feeds from WordPress seem to point exactly where they should.

The only problem that I had personally was using wp_enqueue_script('jquery'); in my wordpress functions.php file. I replaced it with

if (!defined('BB_PATH')) {
wp_enqueue_script('jquery');
}

And all is well again.

Skip to toolbar