Category Archives: Wordpress

[FIX] WordPress 3.0 Invalid HTML5 Gallery Code

WordPress 3.0 generated the following code for a gallery in one of my posts — <!– see gallery_shortcode() in wp-includes/media.php –> <div id=’gallery-1′ class=’gallery galleryid-1512′> <dl class=’gallery-item’> <dt class=’gallery-icon’> <!– Image and link here –> </dt> </dl> <dl class=’gallery-item’> <dt … Continue reading

Posted in Open Source, Wordpress | 9 Comments

[FIX] Last.fm for WordPress – “Warning: gzinflate() [function.gzinflate]: data error…”

When I first tried the Last.fm for WordPress plugin with this WordPress 2.8.4 installation, I received the following error : Warning: gzinflate() [function.gzinflate]: data error in /hermes/web07/b2563/blah/blah/wp/wp-includes/http.php on line 1787 The WordPress plugin page mentions that the plugin is compatible up … Continue reading

Posted in Open Source, Wordpress | Leave a comment