Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,005
- How-to & Troubleshooting
- 129,527
- Creating & Extending
- 25,790
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,782
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,170
-
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