Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Zip Embed

Описание

Upload a zip archive and let WP embed its contents into a post.

Please note that you’ll still be restricted by your server’s maximum upload size.

New plugin. Please report bugs to trepmal (at) gmail (dot) com. Thanks!

0.4

  • Multisite compatibility

Установка

This is a new plugin. Only those comfortable using and providing feedback for new plugins should use this.
If you don’t know how to install a plugin, this plugin isn’t for you (yet).

Часто задаваемые вопросы

How can I disable the inluded javascript?

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');
});

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«Zip Embed» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Zip Embed» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

0.4

  • Multisite compatibility
  • Prep for localization

0.3

  • Fixed broken «Upload Zip» redirect
  • Better naming of saved text files (recoginize directories)

0.2

  • Added a formatting option

0.1

  • First release