Also, these are the plugins I am using:
Akismet
All in One SEO Pack
Bad Behavior
Calendar
Exclude Pages from Navigation
Google XML Sitemaps
I Like This
Local Analytics…
Shortcodes seems to have a conflict with your other plugins… I’ve modified the plugins that doesnt work because of “shortcode”. Instead i use a “add_filter” that looks like this: add_filter( “the_content”, “my_content_replace_function” );
IMO it’s better even from a performance standpoint because the shortcode lib (wp-includes/shortcodes.php) also uses “add_filter” to render html.