Hallo,
ich habe das WP JS Plugin bei mir installiert. Diese soll Javascript Datein einfach zusammen fügen und komprimieren.
In der Anleitung steht:
[size=10]Installation[/SIZE]
- Upload /wp-js/ folder to the /wp-content/plugins/ directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Set the permissions to 777 for the /cache/ folder
- Go to Settings > WP JS in the admin site. This setup the plugin.
- Use <?php wp_js('path/to/js/file.js'); ?> to compress a JavaScript file.
Bis Punkt 4 habe ich auch alles so gemacht. Unter Einstellungen erscheint es auch. Wo muss ich Punkt 5 einbauen?