Opis
WP Theme Scripts handles adding scripts to the header, after the body tag and the footer of your theme!
Instalacja
This section describes how to install the plugin and get it working.
e.g.
- Unzip/Upload
wp-theme-scripts
folder to the/wp-content/plugins/
directory. - Activate the plugin through the 'Plugins’ menu in WordPress.
- Ensure your theme is using
<?php wp_head(); ?>
,<?php wp_footer(); ?>
<?php wp_body_open(); ?>
in your templates. - Add scripts via settings –> Theme Scripts.
Najczęściej zadawane pytania
- 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.
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„WP Theme Scripts” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “WP Theme Scripts” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
0.1
- Plugin init