Add From Server
Akismet
Broken Link Checker
Conditional CAPTCHA for WordPress
Featured articles Lite
Flickr Photostream
Head Meta Data
Jetpack by WordPress.com
Kimili Flash Embed
Page Excerpt
XML Sitemap & Google News Feeds
And on the Network of sites in general:
Activate Update Services
BruteProtect
jQuery Archive List Widget
Quick Cache
WordPress MU Domain Mapping
WP-Optimize
Dang. Let’s start with one at a time.
- Quick Cache
- Page Excerpt
- Kimili Flash Embed
- WP-Optimize
I’m shooting in the dark here, but these plugins sound like they might have behaviors that could cause this.
Wow! It was Kimili Flash Embed!
Thanks for the help!
Who wants Flash anyway‽ You may want to contact the plugin author now. Jetpack is a pretty popular plugin.
If anyone is looking for how to override the Infinite Scroll settings, I put the following in my functions.php to remove the footer:
function decode_jetpack_setup() {
add_theme_support( 'infinite-scroll', array(
'container' => 'main',
'footer' => false
) );
}
add_action( 'after_setup_theme', 'decode_jetpack_setup' );
That’ll do it. I’d like to style the footer from my end, but they don’t have lots of great options. 🙁