• Hey!

    I know that it is often complicated to activate a simple javascript in one particular page, but I normally succeed to do it with a plugin.

    However, with this theme i can’t do it…

    I have 2 javascripts, one has to be called in the <head> of the page, and the other in the <body> of my page.

    All the plugin I’ve tried did not work, so I would like to know if someone has a special solution or idea to enable the activation of a JS on a specific page running on Moesia??

    Thank you very much.

Viewing 1 replies (of 1 total)
  • There really is no need for a special solution. Moesia uses wp_head just like any other theme, which I guess is what those plugins are hooking into. There are also hooks in the body which you can use to add a script, like this one for example: <?php tha_content_top(); ?>

Viewing 1 replies (of 1 total)

The topic ‘Activate Javascript for One Page’ is closed to new replies.