Setting a base template_directory makes me menu links not work :S
-
Hi
I’ve set the base directory URL to all my JS.images files in my site using
<script type="text/javascript"> template_directory = "<?php echo bloginfo('template_directory');?>"; </script>
Which does work – however I’ve noticed that now, after adding this ocde, my menu links aren’t working. I can click on them BUT the browser does not navigate to the page.
I’ve removed the CSS file to see if it’s an issue related to that, but it’s definitely this script that I’ve added.
Has anyone encountered this before?
- The topic ‘Setting a base template_directory makes me menu links not work :S’ is closed to new replies.