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

WP Theme Scripts

Описание

WP Theme Scripts handles adding scripts to the header, after the body tag and the footer of your theme!

Скриншоты

Установка

This section describes how to install the plugin and get it working.

e.g.

  1. Unzip/Upload wp-theme-scripts folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Ensure your theme is using <?php wp_head(); ?>, <?php wp_footer(); ?> <?php wp_body_open(); ?> in your templates.
  4. Add scripts via settings —> Theme Scripts.

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

Can I add php?

No.

Does the plugin store data after being uninstalled?

No, the plugin removes all data so when you’re uninstalling the plugin you will need to move data to a suitable location.

Отзывы

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

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

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

Участники

Перевести «WP Theme Scripts» на ваш язык.

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

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

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

0.1

  • Plugin init