Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Getting bbPress and WordPress to talk to each other


Vili
Participant

@vilimaunula

Brilliant! I didn’t know that global variables like this exist in PHP (I’m a hobbyist). Thanks a bunch!

Btw, I had to change the declaration from

global $forumpage = true;

to

global $forumpage;

$forumpage = true;

It gave me an error otherwise.

Skip to toolbar