Opis
This plugin enables you to insert javascript and css for a specific post or page. Files can be included or the code can be inserted inline in the <head>
-tag.
Instalacja
- Fetch file and unpack to directory /wp-content/plugins/
- Activate plugin
- Insert Javascript and CSS in the post or page advanced options
Najczęściej zadawane pytania
- It does not work – there’s no output?
-
Be sure to output wp_head in your template by inserting
<?php wp_head(); ?>
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„Easy JS and CSS support.” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “Easy JS and CSS support.” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
1.3
- First stable upload
1.4
- Bugfix: fields got remove on comment update.
- Meta-fields are now prefixed with _ to make them hidden.