I have a horrible theme, but I can not change it now.
With the basic theme of work, with what I have not.
you can advise me what to check also?
I looked at that were loaded Jq the page, and this happens.
but I do not know another
I have a horrible theme, but I can not change it now.
With the basic theme of work, with what I have not.
you can advise me what to check also?
I looked at that were loaded Jq the page, and this happens.
but I do not know another
okay. I discovered that the theme is not loaded the Js, so I inserted the page to load the theme.
know, however, a function that loads the various Jquery plugin?
because I miss that in my theme
bye
Hello yukiko,
For cyclone or any other wordpress plugin to work in your theme, you need to add wp_head() in the header.php of your theme:
<?php wp_head(); ?>
just before the
</head> tag.
You might want to read about http://codex.wordpress.org/Theme_Development if ever you want to improve your theme.
Best of luck
You must log in to post.