Want to earn a regular income from domain flipping? You should watch this VIDEO!
How To Disable BuddyPress Custom Header
Posted on May 4th, 2010 by admin in Domain Development, Domain News | 4 Comments »
I’ve been using BuddyPress for an upcoming domaining project of mine and I ran across a tricky problem when creating my custom BuddyPress child theme.
Even though BuddyPress is built in the awesomely simplistic/easy to learn way following in the footsteps of it’s big brother WordPress, it still takes a bit of getting used to while you learn about how things work.
One of those things I couldn’t figure out at the start was how to turn of the custom header that’s configured by default through the Custom Header section in the Appearance menu in your WordPress admin control panel. I couldn’t find the custom code in the default BuddyPress theme and changing stuff inside my child theme’s style.css had no effect either.
In the end, the solution was quite simple.
Open your functions.php file inside your new BuddyPress child theme (create a functions.php file if you haven’t already), and paste the following code:
define( ‘BP_DTHEME_DISABLE_CUSTOM_HEADER’, true );
That’s it, the custom header is gone. I hope someone finds this useful.
Want to earn a regular income from domain flipping? Watch this VIDEO!
4 Responses to How To Disable BuddyPress Custom Header
Leave a Reply
Explore other similar posts that might interest you
Click on a post title to read the post!
R.I.P Parked.com
Start The New Year In Style
Some Nice Names On SnapNames Right Now
Good Bye Archive.Org, Hello Screenshots.com
Rest In Peace Steve Jobs
ElectricityRates.com Sells For $20,000
First Borat, Now Google Antagonize Kazakstan
Twitter Officially Launches T.co
Pay.com Up For Sale
25 Years Of .AU





Great advice mate. Keep these awesome tips coming!
Fantastic!!! No more on-page styles to muck up my template.
Thank you very much. This certainly helped me.
Thanks for the great information. Buddypress is a little different from regular wordpress customization, and I’ve been looking for a solution to this for a while now. Much appreciated.