Upload a zip archive and let WP embed its contents into a post.
The contents of text files (php, css, js, txt, html, htm) are stored as post meta. Other files (such as images) and the original zip file are saved as attachments to the plugin post.
To disable the included javascript, add the following to your theme's functions.php file
add_action( 'init', function() {
remove_action('wp_head', 'zip_embed_scripts');
});
Requires: 2.8 or higher
Compatible up to: 3.2.1
Last Updated: 2011-11-12
Downloads: 273
Got something to say? Need help?