Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WP Theme Scripts

Descripción

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

Capturas

Instalación

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.

Preguntas frecuentes

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.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "WP Theme Scripts" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

0.1

  • Plugin init