bbPress in wordpress.com
-
I think that a good new feature in wordpress.com could be a bbPress forum for blogs with extra storage.
The blog I need help with is: (visible only to logged in users)
-
function fix_ie8() {if (strpos($_SERVER[‘HTTP_USER_AGENT’],”MSIE 8″)) {header(“X-UA-Compatible: IE=7”);}}
add_action(‘bb_send_headers’,’fix_ie8′); // for bbPress
add_action(‘send_headers’,’fix_ie8′); // for WordPress
- The topic ‘bbPress in wordpress.com’ is closed to new replies.