Search Results for '"wordpress"'
-
Search Results
-
My WPMU and BBpress setup is 99.99% complete. The *only* remaning issue is this:
Across all the blogs in my WPMU install I have a header that uses the following code to hook into every wordpress blog on my site:
add_action(‘wp_footer’, ‘wp_admin_bar’); /* part of hack to make this show at the top of each blog */
add_action(‘wp_head’,’wp_admin_bar_style’);
I need this header to show up at the top of my bbpress install without having to load wordpress on top of bbpress.
In short, I like my bbpress the way it looks on its own, I just want the header at the top. Is this possible?
Hello all,
I’ve successfully installed WordPress and bbPress on my site, http://www.macuserblog.com, and I’d like to know how to make the bbPress installation look like my WordPress blog. I’ve already done the integration with users and such as is possible in bbPress’ config.php file, and the next step is configuring the theme so the transition between WP and bbP is as seamless as possible. Thanks!