Re: Mobile Theme
If you are writing your own functions, you need to make sure and declare:
global $bp;
at the very top of the function. Otherwise the function doesn’t know where $bp is getting set and treats all variables as blank.
If you are writing your own functions, you need to make sure and declare:
global $bp;
at the very top of the function. Otherwise the function doesn’t know where $bp is getting set and treats all variables as blank.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS