How to add a new Member Page to Buddy Press

PHP Logo

Platform: BuddyPress In Buddy Press each directory under the members/single directory is known as a component and can be very frustrating to customize. I recently had to add several new components to a theme and thought I should post the resulting snippet for others looking to modify their theme.

Read More

How to print out global $bp variable to screen

PHP Logo

Platform: BuddyPress CHALLENGE: Working with BuddyPress can be one interesting adventure. When diving into this jungle I prefer to have all of the tools I can gather before hand. One of the handiest tools I have found is this little snippet that prints the $bp global to the screen so the developer can read first hand…

Read More