I’ve been using the HTML5 Boilerplate theme… and I’ve modified it heavily. So I’m not sure exactly where it is generically.
In my case, I found it in the “header.php” file just at the end of the head tag. (Before “<?php wp_head(); ?>”);
In any case, it won’t be any anywhere outside of your theme directory.
Good luck.
Mark
I was wrong… it had nothing to do with the hoster/permissions. After much trial and error, all I had to do was remove one line:
<?php wp_deregister_script('jquery'); ?>
Even after a little Googling around, I still can’t understand it’s purpose. Anyway, as soon as I removed that line, I was able to add subscribers. Yay!
Mark
I’ve tried doing the very same as menyedi, and still no joy.
I have a feeling it’s a permissions issue with the hoster. I’m using Streamline.net.
Any solutions?
Thanks.