Forums
-
- Forum
- Posts
-
- Installation
- 28,420
- Troubleshooting
- 62,484
- Themes
- 10,419
- Plugins
- 15,336
- Requests & Feedback
- 14,958
- Showcase
- 3,256
-
For a start… <script>
is for JavaScript code, not PHP You could avoid using a separate template for that one call anyway and use the function directly instead, or put it in
functions.php
. You might have to register template files though, but I’m not sure.