Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,670
- How-to & Troubleshooting
- 127,979
- Creating & Extending
- 25,647
- Requests & Feedback
- 9,399
- Third Party Plugins
- 9,725
- Showcase
- 3,320
- Ideas
- 1,346
- Miscellaneous
- 8,853
-
1) hook into the get_header action
eg. add_action('get_header','your_ob_start_call_in_a_function');
2) hook into the wp_head action with a high priority
eg. add_action('wp_head','your_code_in_a_function',999);
3) is the only edit you have to make to the template
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS