Forums
-
- Forum
- Posts
-
- Installation
- 28,399
- Troubleshooting
- 62,321
- Themes
- 10,391
- Plugins
- 15,318
- Requests & Feedback
- 14,933
- Showcase
- 3,253
-
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.